Uses of Class
com.blackberry.workspaces.sdk.api.common.DocumentType
-
Packages that use DocumentType Package Description com.blackberry.workspaces.sdk.api com.blackberry.workspaces.sdk.api.common -
-
Uses of DocumentType in com.blackberry.workspaces.sdk.api
Fields in com.blackberry.workspaces.sdk.api with type parameters of type DocumentType Modifier and Type Field Description static Map<String,DocumentType>
Consts. documentTypeMap
-
Uses of DocumentType in com.blackberry.workspaces.sdk.api.common
Methods in com.blackberry.workspaces.sdk.api.common that return DocumentType Modifier and Type Method Description static DocumentType
DocumentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentType[]
DocumentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-