com.sap.tc.webdynpro.progmodel.repository.enum
Class WDContextElementMappingTypeEnumInfo
java.lang.Object
|
+--com.sap.tc.webdynpro.progmodel.repository.enum.WDContextElementMappingTypeEnumInfo
- public class WDContextElementMappingTypeEnumInfo
- extends java.lang.Object
Enumeration for context element mapping types.
|
Method Summary |
static java.util.Enumeration |
enumerate()
Returns an enumeration of the legal values of this enerumeration type. |
java.lang.String |
toString()
Returns the string representation for this enumeration value. |
static WDContextElementMappingTypeEnumInfo |
valueOf(java.lang.String string)
Returns the enumeration value corresponding to the given string
representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COLLECTION_AND_SELECTION
public static final WDContextElementMappingTypeEnumInfo COLLECTION_AND_SELECTION
- The collection and the selection of the context node is mapped.
COLLECTION_ONLY
public static final WDContextElementMappingTypeEnumInfo COLLECTION_ONLY
- Only the collection of the context node is mapped.
NOT_APPLICABLE
public static final WDContextElementMappingTypeEnumInfo NOT_APPLICABLE
- The property context element mapping type is not applicable for the
context element.
enumerate
public static java.util.Enumeration enumerate()
- Returns an enumeration of the legal values of this enerumeration type.
- Returns:
- an enumeration of the legal values of this enerumeration type
toString
public java.lang.String toString()
- Returns the string representation for this enumeration value.
- Overrides:
toString in class java.lang.Object
- Returns:
- the string representation for this enumeration value.
valueOf
public static WDContextElementMappingTypeEnumInfo valueOf(java.lang.String string)
- Returns the enumeration value corresponding to the given string
representation.
- Parameters:
string - string representation of an enumeration value- Returns:
- the enumeration value corrseponding to the given string
representation or null if it does not exist
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15