public class SPropertyValue extends java.lang.Object implements SSimpleValue
| Modifier | Constructor and Description |
|---|---|
protected |
SPropertyValue()
A constructor required by JAXB.
|
|
SPropertyValue(java.lang.String recordType,
java.lang.String property) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty() |
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() |
PropertyValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
protected SPropertyValue()
public SPropertyValue(java.lang.String recordType,
java.lang.String property)
recordType - a full name of the record typeproperty - a property namepublic java.lang.String getRecordType()
public java.lang.String getProperty()
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
UnmarshalCallbackpreUnmarshal in interface 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,
java.lang.Object parent)
UnmarshalCallbackpostUnmarshal in interface UnmarshalCallbackparent - 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.Objectpublic PropertyValue toValue(ModelInstance modelInstance)
SValuetoValue in interface SSimpleValuetoValue in interface SValueCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.