public interface IKeyedReferenceGroup
Modifier and Type | Method and Description |
---|---|
java.util.List<IKeyedReference> |
getKeyedReferences()
Returns the list of
IKeyedReference . |
java.lang.String |
getTModelKey()
Returns the key of the tModel that represents the categorization system.
|
void |
setTModelKey(java.lang.String value)
Sets the key of the tModel that represents the categorization system.
|
java.lang.String getTModelKey()
void setTModelKey(java.lang.String value)
value
- the tModel key
java.util.List<IKeyedReference> getKeyedReferences()
IKeyedReference
. This method must always returns a list.