public class SMapValue extends SComplexValue
| Constructor and Description |
|---|
SMapValue()
Creates a new instance of
SMapValue. |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapItem(SSimpleValue item) |
List<SSimpleValue> |
getMapItems() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
int |
size()
Returns the element count.
|
String |
toString() |
MapValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
commonAfterUnmarshal, getBaseLevelEntityId, getEvaluationLevel, getId, getLowerLevelEntityId, getOwnContextId, getType, setBaseLevelEntityId, setEvaluationLevel, setId, setLowerLevelEntityId, setOwnContextId, setTypepublic SMapValue()
SMapValue.public int size()
public List<SSimpleValue> getMapItems()
public void addMapItem(SSimpleValue item)
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackparent - instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackparent - instance of JAXB mapped class that will reference target.
null when target is root element.public MapValue toValue(ModelInstance modelInstance)
SValuetoValue in interface SValuetoValue in class SComplexValueCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.