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

All Superinterfaces:
MetadataRecord, java.io.Serializable
All Known Implementing Classes:
PropertyRecordImpl

public interface PropertyRecord
extends MetadataRecord

PropertyRecord


Nested Class Summary
static interface PropertyRecord.MetadataFieldNames
          Constants for names of accessor methods that map to fields stored on the PropertyRecords.
 
Nested classes/interfaces inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord
MetadataRecord.MetadataRecordProperties
 
Method Summary
 java.lang.String getPropertyName()
          Return the property name for this record
 java.lang.String getPropertyValue()
          Return the property value for this record
 boolean isExtension()
          Bollean indiacting if this is an extention property
 
Methods inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord
getEObject, getFullName, getModelName, getName, getNameInSource, getParentFullName, getParentPathString, getParentUUID, getPath, getPathString, getPropertyValue, getRecordType, getResourcePath, getUUID, setPropertyValue
 

Method Detail

getPropertyName

java.lang.String getPropertyName()
Return the property name for this record

Returns:
property name

getPropertyValue

java.lang.String getPropertyValue()
Return the property value for this record

Returns:
property value

isExtension

boolean isExtension()
Bollean indiacting if this is an extention property

Returns:
true if it is an extention property
Since:
4.2


Copyright © 2009. All Rights Reserved.