public class ValueArray extends CompositeValue
isSetMetaDataProperty
Constructor and Description |
---|
ValueArray() |
ValueArray(java.util.List<Value> values) |
ValueArray(Value... values) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.String |
getCodeSpace() |
GMLClass |
getGMLClass() |
java.lang.String |
getUom() |
boolean |
isSetCodeSpace() |
boolean |
isSetUom() |
void |
setCodeSpace(java.lang.String codeSpace) |
void |
setUom(java.lang.String uom) |
void |
unsetCodeSpace() |
void |
unsetUom() |
addValueComponent, getValueComponent, getValueComponents, isSetValueComponent, isSetValueComponents, setValueComponent, setValueComponents, unsetValueComponent, unsetValueComponent, unsetValueComponents
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getModelType, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
public ValueArray()
public ValueArray(java.util.List<Value> values)
public ValueArray(Value... values)
public java.lang.String getCodeSpace()
public java.lang.String getUom()
public boolean isSetCodeSpace()
public boolean isSetUom()
public void setCodeSpace(java.lang.String codeSpace)
public void setUom(java.lang.String uom)
public void unsetCodeSpace()
public void unsetUom()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class CompositeValue
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class CompositeValue
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class CompositeValue
public void accept(GMLVisitor visitor)
accept
in class CompositeValue
public <T> T accept(GMLFunctor<T> visitor)
accept
in class CompositeValue