+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD