public class SPropertyPathValue extends java.lang.Object implements SSimpleValue
Modifier | Constructor and Description |
---|---|
protected |
SPropertyPathValue()
A constructor required by JAXB.
|
|
SPropertyPathValue(java.lang.String recordType,
java.util.List<java.lang.String> properties) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getProperties() |
java.lang.String |
getRecordType() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
Callback method invoked before unmarshalling into target.
|
java.lang.String |
toString() |
SimpleValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
protected SPropertyPathValue()
public SPropertyPathValue(java.lang.String recordType, java.util.List<java.lang.String> properties)
recordType
- a full name of the record typeproperties
- a list of propertiespublic java.lang.String getRecordType()
public java.util.List<java.lang.String> getProperties()
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
UnmarshalCallback
preUnmarshal
in interface 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, java.lang.Object parent)
UnmarshalCallback
postUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.public java.lang.String toString()
toString
in class java.lang.Object
public SimpleValue toValue(ModelInstance modelInstance)
SValue
toValue
in interface SSimpleValue
toValue
in interface SValue
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.