com.levigo.jadice.annotation.profiles
Class PropertiesDescriptor.ValueElement

java.lang.Object
  extended by com.levigo.jadice.annotation.profiles.PropertiesDescriptor.ValueElement
Direct Known Subclasses:
PropertiesDescriptor.Property
Enclosing class:
PropertiesDescriptor

public static class PropertiesDescriptor.ValueElement
extends Object


Field Summary
protected  Element element
           
protected  PropertiesDescriptor.Value<?> value
           
 
Constructor Summary
PropertiesDescriptor.ValueElement()
           
PropertiesDescriptor.ValueElement(Object v)
           
PropertiesDescriptor.ValueElement(PropertiesDescriptor.Value<?> v)
           
 
Method Summary
 Element getElement()
           
 PropertiesDescriptor.Value<?> getValue()
           
 void setElement(Element element)
           
 void setValue(PropertiesDescriptor.Value<?> value)
           
protected  Object unwrapValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected PropertiesDescriptor.Value<?> value

element

protected Element element
Constructor Detail

PropertiesDescriptor.ValueElement

public PropertiesDescriptor.ValueElement()

PropertiesDescriptor.ValueElement

public PropertiesDescriptor.ValueElement(PropertiesDescriptor.Value<?> v)

PropertiesDescriptor.ValueElement

public PropertiesDescriptor.ValueElement(Object v)
Method Detail

getValue

public PropertiesDescriptor.Value<?> getValue()

setValue

public void setValue(PropertiesDescriptor.Value<?> value)

getElement

public Element getElement()

setElement

public void setElement(Element element)

unwrapValue

protected Object unwrapValue()


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.