Interface IMetaKeyedBy
-
public interface IMetaKeyedBy
Represents a Keyed-by meta property.This interface is not intended to be implemented by clients.
- Since:
- 2.2.0
- See Also:
IMetaProperty.getKeyedBy()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getMetaProperty
IMetaProperty getMetaProperty()
Provides access to the parent MetaProperty class.- Returns:
- the parent MetaProperty.
-
getFromName
String getFromName()
The From Name property for key qualification of a MetaProperty.- Returns:
- the From Name property for key qualification of a MetaProperty.
-
getKeyedName
String getKeyedName()
The Keyed Name of the MetaProperty.- Returns:
- the Keyed Name of the MetaProperty.
-
isQualifiable
boolean isQualifiable()
Value of whether or not the MetaProperty is qualifiable, meaning it maintains reference to its key structure.- Returns:
- a boolean indicating whether or not the MetaProperty is qualifiable.
-
-