Modifier and Type | Method and Description |
---|---|
static void |
checkName(String name) |
Property |
copyTo(PropertySet destination) |
int |
countAncestors() |
boolean |
equals(Object o) |
BinaryReference |
getBinaryReference() |
Boolean |
getBoolean() |
Double |
getDouble() |
GeoPoint |
getGeoPoint() |
int |
getIndex() |
Instant |
getInstant() |
Link |
getLink() |
LocalDate |
getLocalDate() |
LocalDateTime |
getLocalDateTime() |
LocalTime |
getLocalTime() |
Long |
getLong() |
String |
getName() |
Object |
getObject() |
PropertySet |
getParent() |
PropertyPath |
getPath() |
Reference |
getReference() |
PropertySet |
getSet() |
String |
getString() |
ValueType |
getType() |
Value |
getValue() |
int |
hashCode() |
boolean |
hasNotNullValue() |
boolean |
hasNullValue() |
void |
setValue(Value value) |
String |
toString() |
public void setValue(Value value)
public PropertySet getParent()
public String getName()
public int getIndex()
public PropertyPath getPath()
public ValueType getType()
public Value getValue()
public boolean hasNullValue()
public boolean hasNotNullValue()
public PropertySet getSet()
public Object getObject()
public String getString()
public Boolean getBoolean()
public Long getLong()
public Double getDouble()
public GeoPoint getGeoPoint()
public Reference getReference()
public BinaryReference getBinaryReference()
public Link getLink()
public LocalDate getLocalDate()
public LocalDateTime getLocalDateTime()
public LocalTime getLocalTime()
public Instant getInstant()
public static void checkName(String name)
public int countAncestors()
public Property copyTo(PropertySet destination)