org.crsh.plugin
Class Property<T>

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

public class Property<T>
extends Object

Version:
$Revision$
Author:
Julien Viet

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
 

Constructor Detail

Property

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

getDescriptor

public PropertyDescriptor getDescriptor()

getValue

public T getValue()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.