com.levigo.jadice.annotation.profiles
Class PropertiesDescriptor.Value<V>

java.lang.Object
  extended by com.levigo.jadice.annotation.profiles.PropertiesDescriptor.Value<V>
Direct Known Subclasses:
PropertiesDescriptor.BooleanValue, PropertiesDescriptor.ByteValue, PropertiesDescriptor.DecimalValue, PropertiesDescriptor.DoubleValue, PropertiesDescriptor.FloatValue, PropertiesDescriptor.IntegerValue, PropertiesDescriptor.IntValue, PropertiesDescriptor.JavaTypedValue, PropertiesDescriptor.LongValue, PropertiesDescriptor.ShortValue, PropertiesDescriptor.StringValue, PropertiesDescriptor.TimestampValue
Enclosing class:
PropertiesDescriptor

public abstract static class PropertiesDescriptor.Value<V>
extends Object


Field Summary
protected  V value
           
 
Constructor Summary
PropertiesDescriptor.Value()
           
 
Method Summary
abstract  V getV()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected V value
Constructor Detail

PropertiesDescriptor.Value

public PropertiesDescriptor.Value()
Method Detail

getV

public abstract V getV()


Copyright © 2017 levigo holding gmbh. All rights reserved.