com.metamatrix.connector.metadata
Class PropertyHolder

java.lang.Object
  extended by com.metamatrix.connector.metadata.PropertyHolder
All Implemented Interfaces:
java.util.Map.Entry

public class PropertyHolder
extends java.lang.Object
implements java.util.Map.Entry


Constructor Summary
PropertyHolder(java.lang.Object key)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 java.lang.Object setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

PropertyHolder

public PropertyHolder(java.lang.Object key)
Method Detail

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface java.util.Map.Entry

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry

setValue

public java.lang.Object setValue(java.lang.Object value)
Specified by:
setValue in interface java.util.Map.Entry


Copyright © 2009. All Rights Reserved.