com.metamatrix.modeler.core.metadata.runtime
Interface PropertyValueRecord

All Known Implementing Classes:
PropertyValueRecordImpl

public interface PropertyValueRecord

PropertyValueRecord


Method Summary
 java.lang.String getProperty()
          Get the property name
 java.lang.String getValue()
          Get the property value
 

Method Detail

getProperty

java.lang.String getProperty()
Get the property name

Returns:
the name of the property

getValue

java.lang.String getValue()
Get the property value

Returns:
value of the property


Copyright © 2009. All Rights Reserved.