public interface IMetaKeyedBy
This interface is not intended to be implemented by clients.
IMetaProperty.getKeyedBy()
Modifier and Type | Method and Description |
---|---|
String |
getFromName()
The From Name property for key qualification of a MetaProperty.
|
String |
getKeyedName()
The Keyed Name of the MetaProperty.
|
IMetaProperty |
getMetaProperty()
Provides access to the parent MetaProperty class.
|
boolean |
isQualifiable()
Value of whether or not the MetaProperty is qualifiable, meaning it maintains reference to its
key structure.
|
IMetaProperty getMetaProperty()
String getFromName()
String getKeyedName()
boolean isQualifiable()