org.deduced
Class EnumerationPropertyCollectionHolder

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

public final class EnumerationPropertyCollectionHolder
extends java.lang.Object

Enumeration Property Collection Holder

Author:
Steve McDuff

Field Summary
private  EnumerationPropertyCollection enumerationPropertyCollection
          the held property collection type
private  java.lang.Object key
          the property instance key
 
Constructor Summary
EnumerationPropertyCollectionHolder()
           
 
Method Summary
 EnumerationPropertyCollection getEnumerationPropertyCollection()
           
 java.lang.Object getKey()
           
 void setEnumerationPropertyCollection(EnumerationPropertyCollection setEnumerationPropertyCollection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enumerationPropertyCollection

private EnumerationPropertyCollection enumerationPropertyCollection
the held property collection type


key

private java.lang.Object key
the property instance key

Constructor Detail

EnumerationPropertyCollectionHolder

public EnumerationPropertyCollectionHolder()
Method Detail

getEnumerationPropertyCollection

public EnumerationPropertyCollection getEnumerationPropertyCollection()
Returns:
Returns the EnumerationPropertyCollection.

setEnumerationPropertyCollection

public void setEnumerationPropertyCollection(EnumerationPropertyCollection setEnumerationPropertyCollection)
Parameters:
setEnumerationPropertyCollection - the new property type

getKey

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