public class DecimalValue extends Object implements Value
| Modifier | Constructor and Description |
|---|---|
protected |
DecimalValue()
Creates new instance.
|
| 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.
|
Decimal |
toObject()
Converts this value to an appropriate object.
|
String |
toString() |
public Decimal toObject()
Valuepublic Value getParent()
Valuepublic String getId()
Valuepublic 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.