Package wt.type
Class ClientTypedUtility
java.lang.Object
wt.type.ClientTypedUtility
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeTypeIdentifiergetAttributeTypeIdentifier(String logicalId, TypeIdentifier context) Get the attribute type identifier for the given logical id.static TypeIdentifiergetTypeIdentifier(Object object) Gets the type identifier for the object provided.
-
Method Details
-
getTypeIdentifier
Gets the type identifier for the object provided.
Supported API: true- Parameters:
object- The object to get the type identifier for.- Returns:
- The TypeIdentifier for the object provided.
- Throws:
WTException
-
getAttributeTypeIdentifier
public static AttributeTypeIdentifier getAttributeTypeIdentifier(String logicalId, TypeIdentifier context) throws WTException Get the attribute type identifier for the given logical id.
Supported API: true- Parameters:
logicalId- The logical id of the ati to get.context- The context of the ati.- Returns:
- The ati for the logical id. Returns null if there were any errors.
- Throws:
WTException
-