|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.webdynpro.services.sal.deployment.api.WDDeployableObjectPartType
Constants identifying deployable object part types.
| Field Summary | |
static WDDeployableObjectPartType |
APPLICATION
Constant identifying Web Dynpro application. |
static WDDeployableObjectPartType |
COMPONENT
Constant identifying Web Dynpro application. |
static WDDeployableObjectPartType |
COMPONENT_CONFIGURATION
Deprecated. Use constant CONFIGURATION for configuration instead. This constant may be withdrawn with the first new NetWeaver release in 2006. |
static WDDeployableObjectPartType |
COMPONENT_INTERFACE
Constant identifying Web Dynpro application. |
static WDDeployableObjectPartType |
CONFIGURATION
Constant identifying a configuration part. |
static WDDeployableObjectPartType |
CUSTOMIZING_LAYER
Constant identifying layers. |
static WDDeployableObjectPartType |
MODEL
Constant identifying a model part. |
static WDDeployableObjectPartType |
VARIANT
Constant identifying variants. |
static WDDeployableObjectPartType |
WEB_RESOURCE
Constant identifying a Web resource. |
| Method Summary | |
static java.util.Enumeration |
getAllWebResourceTypes()
Returns all defined deployable object part types. |
java.lang.String |
getFileExtension()
Returns the file extension of configuration files associated to this deployable object part type. |
java.lang.String |
getFolderNameForType()
Returns the name of the folder associated to this type. |
java.lang.String |
getIconURL()
Return is the URL to the icon representing the current deployable object part type. |
int |
getID()
Returns a unique type identifier. |
static int |
getNumberOfPartTypes()
Return is the number of part types. |
static WDDeployableObjectPartType |
getType(java.lang.String typeString)
Deprecated. For better consistency across the Web Dynpro API this method has been renamed to valueOf(String). The method with the old
name has been kept for backward compatibility reasons and may be withdrawn
with the first new NetWeaver release in 2006. |
java.lang.String |
toString()
Returns the name of the deployable object part type. |
static WDDeployableObjectPartType |
valueOf(java.lang.String typeName)
Return is the WDDeployableObjectPartType instance for the specified typeName. |
static WDDeployableObjectPartType |
valueOfFolderName(java.lang.String folderName)
Return is the WDDeployableObjectPartType instance for the specified folderName. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final WDDeployableObjectPartType APPLICATION
public static final WDDeployableObjectPartType COMPONENT
public static final WDDeployableObjectPartType COMPONENT_CONFIGURATION
public static final WDDeployableObjectPartType COMPONENT_INTERFACE
public static final WDDeployableObjectPartType WEB_RESOURCE
public static final WDDeployableObjectPartType MODEL
public static final WDDeployableObjectPartType VARIANT
public static final WDDeployableObjectPartType CUSTOMIZING_LAYER
public static final WDDeployableObjectPartType CONFIGURATION
| Method Detail |
public static java.util.Enumeration getAllWebResourceTypes()
public static WDDeployableObjectPartType getType(java.lang.String typeString)
valueOf(String). The method with the old
name has been kept for backward compatibility reasons and may be withdrawn
with the first new NetWeaver release in 2006.
WDDEployableObjectPartType specified by the type string.typeString - specifies the requested WDDeployableObjectPartTypeWDDeployableObjectPartTypepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getFolderNameForType()
public int getID()
public java.lang.String getFileExtension()
public java.lang.String getIconURL()
public static WDDeployableObjectPartType valueOf(java.lang.String typeName)
WDDeployableObjectPartType instance for the specified typeName.
If typeName is an undefined name, a WDRuntimeException is thrown.typeName - name of the part typeWDDeployableObjectPartType instance for the specified typeNamepublic static WDDeployableObjectPartType valueOfFolderName(java.lang.String folderName)
WDDeployableObjectPartType instance for the specified folderName.
If folderName is an undefined folder name of a deployable object part, a
WDRuntimeException is thrown.folderName - name of the folder of a part typeWDDeployableObjectPartType instance for the specified folderNamepublic static int getNumberOfPartTypes()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||