com.ibm.portal
Interface ObjectType


public interface ObjectType

This interface models the individual object types used in Portal.

Since:
5.1

Method Summary
 java.lang.String getName()
          Provides access to the name of the object type.
 int getOrdinalValue()
          Provides access to the ordinal value of the object type.
 

Method Detail

getName

java.lang.String getName()
Provides access to the name of the object type.

Returns:
The name.

getOrdinalValue

int getOrdinalValue()
Provides access to the ordinal value of the object type.

Returns:
The ordinal value.