org.crsh.plugin
Class Property<T>

java.lang.Object
  extended by org.crsh.plugin.Property<T>

public class Property<T>
extends Object


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

desc

private final PropertyDescriptor<T> desc
.


value

private final T value
.

Constructor Detail

Property

public Property(PropertyDescriptor<T> desc,
                T value)
Method Detail

getDescriptor

public PropertyDescriptor getDescriptor()

getValue

public T getValue()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.