public class PropertyValue<T>
extends java.lang.Object
| Constructor and Description |
|---|
PropertyValue(java.lang.String name,
T value)
Not part of the public API.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getColorInt() |
Function<?,T> |
getFunction() |
T |
getValue() |
boolean |
isFunction() |
boolean |
isNull() |
boolean |
isValue() |
java.lang.String |
toString() |
public final java.lang.String name
public final T value
public PropertyValue(java.lang.String name,
T value)
name - the property namevalue - the property valuefor construction of {@link PropertyValue}spublic boolean isNull()
public boolean isFunction()
public boolean isValue()
public T getValue()
public java.lang.Integer getColorInt()
public java.lang.String toString()
toString in class java.lang.Object