|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.PropertyInstanceHolder
public final class PropertyInstanceHolder
Property Instance Holder
Field Summary | |
---|---|
private java.lang.Object |
key
the property instance key |
private PropertyInstance |
propertyInstance
held property instance |
Constructor Summary | |
---|---|
PropertyInstanceHolder()
|
Method Summary | |
---|---|
java.lang.Object |
getKey()
|
PropertyInstance |
getPropertyInstance()
|
void |
setPropertyInstance(PropertyInstance setPropertyInstance)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private PropertyInstance propertyInstance
private java.lang.Object key
Constructor Detail |
---|
public PropertyInstanceHolder()
Method Detail |
---|
public PropertyInstance getPropertyInstance()
public void setPropertyInstance(PropertyInstance setPropertyInstance)
setPropertyInstance
- The propertyInstance to set.public java.lang.Object getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |