public final class MdmMetadataProperty extends PublicMetadataObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Gets the value that of this
MdmMetadataProperty . |
java.lang.String |
getName()
Gets the name of this
MdmMetadataProperty . |
BaseMetadataObject |
getPropertyOwningObject()
Gets the
BaseMetadataObject that contains this MdmMetadataProperty object. |
java.lang.String |
getValue()
Gets the value that of this
MdmMetadataProperty . |
void |
setKey(java.lang.String value)
Specifies the value of the Key for this
MdmMetadataProperty . |
void |
setValue(java.lang.String value)
Specifies the value of this
MdmMetadataProperty . |
getContainedByObject, getID, getNewName, getOwner
public final java.lang.String getValue()
MdmMetadataProperty
.String
that is the value of this MdmMetadataProperty
.public final void setValue(java.lang.String value)
MdmMetadataProperty
.value
- A String
that specifies the value for this MdmMetadataProperty
.public final java.lang.String getKey()
MdmMetadataProperty
.String
that is the value of this MdmMetadataProperty
.public final void setKey(java.lang.String value)
MdmMetadataProperty
.value
- A String
that specifies the value for the Key for this MdmMetadataProperty
.public final BaseMetadataObject getPropertyOwningObject()
BaseMetadataObject
that contains this MdmMetadataProperty
object.BaseMetadataObjectt
that owns this MdmMetadataProperty
.public java.lang.String getName()
MdmMetadataProperty
.getName
in class BaseMetadataObject
String
that contains the name of this MdmMetadataProperty
.