public class IoModelPrimitive extends IoModel
| Constructor and Description |
|---|
IoModelPrimitive(Text dataType,
Text variableName,
IoModelGroup parent,
Set<Annotation> annotations)
Instantiates a new Io model primitive.
|
IoModelPrimitive(Text dataType,
Text variableName,
Set<Annotation> annotations)
Instantiates a new Io model primitive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<Annotation> |
getAnnotations()
Get annotations.
|
Boolean |
getThingIdentity()
Checks id primitive model is thing identity.
|
int |
hashCode() |
getDataType, getGenericType, getParent, getVariableName, isPrimitivepublic IoModelPrimitive(Text dataType, Text variableName, Set<Annotation> annotations)
dataType - the data typevariableName - the variable nameannotations - the annotationspublic IoModelPrimitive(Text dataType, Text variableName, IoModelGroup parent, Set<Annotation> annotations)
dataType - the data typevariableName - the variable nameparent - the parentannotations - the annotationspublic Set<Annotation> getAnnotations()
public Boolean getThingIdentity()
Copyright © 2015–2019 OREGOR LTD. All rights reserved.