public interface DValue
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
Date |
asDate() |
int |
asInt() |
long |
asLong() |
Map<String,DValue> |
asMap() |
double |
asNumber() |
DRelation |
asRelation() |
String |
asString() |
DStructHelper |
asStruct() |
Object |
getObject() |
Object |
getPersistenceId() |
DType |
getType() |
ValidationState |
getValidationState() |
boolean |
isValid() |
DType getType()
Object getObject()
ValidationState getValidationState()
boolean isValid()
int asInt()
double asNumber()
long asLong()
String asString()
boolean asBoolean()
Date asDate()
DStructHelper asStruct()
DRelation asRelation()
Object getPersistenceId()
Copyright © 2020. All rights reserved.