portal.dictionary
Class PortalDictionaryObjectType

java.lang.Object
  extended byportal.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

Field Summary
static I_PortalDictionaryObjectType ACTION_SCRIPT
           
static I_PortalDictionaryObjectType CONVERTER
           
static I_PortalDictionaryObjectType INSTANCE
           
static I_PortalDictionaryObjectType MAPPING
           
static I_PortalDictionaryObjectType MESSAGE_BUNDLE
           
static I_PortalDictionaryObjectType PROCESS_CONFIG
           
static I_PortalDictionaryObjectType SCHEMA
           
static I_PortalDictionaryObjectType XFORM
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 java.lang.Integer getTypeId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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)