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, setType
public SMapValue()
SMapValue
.public int size()
public List<SSimpleValue> getMapItems()
public void addMapItem(SSimpleValue item)
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
parent
- 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)
UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.public MapValue toValue(ModelInstance modelInstance)
SValue
toValue
in interface SValue
toValue
in class SComplexValue
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.