Package wt.type

Class ClientTypedUtility

java.lang.Object
wt.type.ClientTypedUtility

public class ClientTypedUtility extends Object


Supported API: true

Extendable: false
  • Method Details

    • getTypeIdentifier

      public static TypeIdentifier getTypeIdentifier(Object object) throws WTException
      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