public static class TypeManager.TypeDescriptor
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
com.tibco.xml.data.primitive.ExpandedName |
getExpandedName()
Gets the
ExpandedName of the type described. |
java.lang.Class |
getImplClass()
Gets the implementing class of the type described.
|
int |
getMetricType()
Return the type of metric
|
int |
getType()
Gets the index representing the category of the type described.
|
java.lang.String |
getURI()
Gets the URI of the type described.
|
public int getType()
TypeManager.TYPE_CONCEPT
,
TypeManager.TYPE_NAMEDINSTANCE
,
TypeManager.TYPE_RULE
,
TypeManager.TYPE_RULEFUNCTION
,
TypeManager.TYPE_SIMPLEEVENT
,
TypeManager.TYPE_TIMEEVENT
public java.lang.String getURI()
public java.lang.Class getImplClass()
public com.tibco.xml.data.primitive.ExpandedName getExpandedName()
ExpandedName
of the type described.ExpandedName
of the type described.public int getMetricType()