portal.dictionary
Class PortalDictionaryObjectType
java.lang.Object
portal.dictionary.PortalDictionaryObjectType
- All Implemented Interfaces:
- I_PortalDictionaryObjectType
- public class PortalDictionaryObjectType
- extends java.lang.Object
- implements I_PortalDictionaryObjectType
Contains static referencies of all dictionary object types currently known in OpenVend.
- Version:
- $Revision: 1.12 $
- Author:
- Thomas Weckert
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
XFORM
public static final I_PortalDictionaryObjectType XFORM
PROCESS_CONFIG
public static final I_PortalDictionaryObjectType PROCESS_CONFIG
INSTANCE
public static final I_PortalDictionaryObjectType INSTANCE
SCHEMA
public static final I_PortalDictionaryObjectType SCHEMA
ACTION_SCRIPT
public static final I_PortalDictionaryObjectType ACTION_SCRIPT
MAPPING
public static final I_PortalDictionaryObjectType MAPPING
CONVERTER
public static final I_PortalDictionaryObjectType CONVERTER
MESSAGE_BUNDLE
public static final I_PortalDictionaryObjectType MESSAGE_BUNDLE
getName
public java.lang.String getName()
- Specified by:
getName in interface I_PortalDictionaryObjectType
- See Also:
I_PortalDictionaryObjectType.getName()
getTypeId
public java.lang.Integer getTypeId()
- Specified by:
getTypeId in interface I_PortalDictionaryObjectType
- See Also:
I_PortalDictionaryObjectType.getTypeId()
hashCode
public int hashCode()
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object obj)
- See Also:
Object.equals(java.lang.Object)