org.deduced
Class EnumerationPropertyTypeHolder

java.lang.Object
  extended by org.deduced.EnumerationPropertyTypeHolder

public final class EnumerationPropertyTypeHolder
extends java.lang.Object

Enumeration Property Type Holder

Author:
Steve McDuff

Field Summary
private  EnumerationPropertyType enumerationPropertyType
          the held enumeration property type
private  java.lang.Object key
          the property instance key
 
Constructor Summary
EnumerationPropertyTypeHolder()
           
 
Method Summary
 java.lang.Object getKey()
           
 EnumerationPropertyType getPropertyType()
           
 void setEnumerationType(EnumerationPropertyType propertyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enumerationPropertyType

private EnumerationPropertyType enumerationPropertyType
the held enumeration property type


key

private java.lang.Object key
the property instance key

Constructor Detail

EnumerationPropertyTypeHolder

public EnumerationPropertyTypeHolder()
Method Detail

getPropertyType

public EnumerationPropertyType getPropertyType()
Returns:
Returns the EnumerationPropertyType.

setEnumerationType

public void setEnumerationType(EnumerationPropertyType propertyType)
Parameters:
propertyType - the new property type

getKey

public java.lang.Object getKey()
Returns:
the key of this type