public abstract class IoModel extends Object
| Constructor and Description |
|---|
IoModel(IoModelGroup parent)
Instantiates a new Io model.
|
IoModel(Text dataType,
Text variableName)
Instantiates a new Io model.
|
IoModel(Text dataType,
Text variableName,
IoModelGroup parent)
Instantiates a new Io model.
|
IoModel(Text genericType,
Text dataType,
Text variableName)
Instantiates a new Io model.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Text |
getDataType()
Gets data type.
|
Text |
getGenericType()
Gets generic type.
|
IoModelGroup |
getParent()
Gets parent.
|
Text |
getVariableName()
Gets variable name.
|
int |
hashCode() |
boolean |
isPrimitive()
Is primitive.
|
public IoModel(IoModelGroup parent)
parent - the parentpublic IoModel(Text dataType, Text variableName)
dataType - the data typevariableName - the variable namepublic IoModel(Text dataType, Text variableName, IoModelGroup parent)
dataType - the data typevariableName - the variable nameparent - the parentpublic Text getGenericType()
public Text getDataType()
public Text getVariableName()
public IoModelGroup getParent()
public boolean isPrimitive()
Copyright © 2015–2019 OREGOR LTD. All rights reserved.