public class IoModelGroup extends IoModel
| Constructor and Description |
|---|
IoModelGroup(IoModelGroup parent)
Instantiates a new Io model group.
|
IoModelGroup(Text genericType,
Text dataType,
Text variableName)
Instantiates a new Io model group.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addIoModelArray(IoModelArray model)
Add io model array boolean.
|
boolean |
addIoModelGroup(IoModelGroup model)
Add io model group boolean.
|
boolean |
addIoModelPrimitive(IoModelPrimitive model)
Add io model primitive boolean.
|
boolean |
equals(Object o) |
Set<IoModel> |
getModels()
Gets models.
|
int |
hashCode() |
getDataType, getGenericType, getParent, getVariableName, isPrimitivepublic IoModelGroup(IoModelGroup parent)
parent - the parentpublic boolean addIoModelPrimitive(IoModelPrimitive model)
model - the modelpublic boolean addIoModelGroup(IoModelGroup model)
model - the modelpublic boolean addIoModelArray(IoModelArray model)
model - the modelCopyright © 2015–2019 OREGOR LTD. All rights reserved.