public class Property<T>
extends java.lang.Object
| Constructor and Description |
|---|
Property(PropertyDescriptor<T> desc,
T value) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor<T> |
getDescriptor() |
java.lang.String |
getDisplayValue() |
T |
getValue() |
public Property(PropertyDescriptor<T> desc, T value)
public PropertyDescriptor<T> getDescriptor()
public T getValue()
public java.lang.String getDisplayValue()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.