public interface TeaObjectProvider<T extends TeaObject>
Modifier and Type | Method and Description |
---|---|
TeaConcept |
getConcept()
Return the
TeaConcept that represents this ObjectType |
T |
getInstance(String key)
For a given key, return the instance of the ObjectType that represents that key.
|
String |
getTypeDescription()
Return the description of the type e.g.
|
String |
getTypeName()
Return the name of the type e.g.
|
T getInstance(String key)
key
- - identifier for the instance of the ObjectTypeString getTypeName()
String getTypeDescription()
TeaConcept getConcept()
TeaConcept
that represents this ObjectTypeCopyright © 2015 TIBCO Software Inc.. All Rights Reserved.