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