public class AttributeProperty<T>
extends java.lang.Object
Constructor and Description |
---|
AttributeProperty(java.lang.String name,
PropertyType<T> type,
T value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
composeValueString() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
name() |
static <T> AttributeProperty<T> |
parseValueString(java.lang.String name,
PropertyType<T> type,
java.lang.String valueString) |
java.lang.String |
toString() |
PropertyType<T> |
type() |
static AttributeProperty<?> |
untyped(java.lang.String name,
java.lang.Object value) |
T |
value() |
public AttributeProperty(java.lang.String name, PropertyType<T> type, T value)
public static <T> AttributeProperty<T> parseValueString(java.lang.String name, PropertyType<T> type, java.lang.String valueString)
public static AttributeProperty<?> untyped(java.lang.String name, java.lang.Object value)
public java.lang.String composeValueString()
public java.lang.String name()
public PropertyType<T> type()
public T value()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object