public class PropertyPathValue extends Object implements Value
Modifier | Constructor and Description |
---|---|
protected |
PropertyPathValue()
A constructor required by JAXB.
|
|
PropertyPathValue(RecordType type,
List<String> properties)
A public constructor for creation of a property path.
|
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent) |
void |
beforeUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent) |
String |
getId()
Returns the id of this value, if any.
|
Value |
getParent()
Returns the parent of this value.
|
PropertyPath |
toObject()
Converts this value to an appropriate object.
|
String |
toString() |
protected PropertyPathValue()
public PropertyPathValue(RecordType type, List<String> properties)
type
- properties
- public PropertyPath toObject()
Value
public String getId()
Value
public Value getParent()
Value
public void beforeUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
unmarshaller
- parent
- public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
unmarshaller
- parent
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.