|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.plugin.Property<T>
public class Property<T>
Field Summary | |
---|---|
private PropertyDescriptor<T> |
desc . |
private T |
value . |
Constructor Summary | |
---|---|
Property(PropertyDescriptor<T> desc, T value) |
Method Summary | |
---|---|
PropertyDescriptor |
getDescriptor() |
T |
getValue() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final PropertyDescriptor<T> desc
private final T value
Constructor Detail |
---|
public Property(PropertyDescriptor<T> desc, T value)
Method Detail |
---|
public PropertyDescriptor getDescriptor()
public T getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |