|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rs.types.DeletionScopeType
Field Summary | |
static DeletionScopeType |
DELETEALL
The instance of the DeleteAll type |
static int |
DELETEALL_TYPE
The DeleteAll type |
static DeletionScopeType |
DELETEREPOSITORYITEMONLY
The instance of the DeleteRepositoryItemOnly type |
static int |
DELETEREPOSITORYITEMONLY_TYPE
The DeleteRepositoryItemOnly type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of DeletionScopeType |
int |
getType()
Returns the type of this DeletionScopeType |
java.lang.String |
toString()
Returns the String representation of this DeletionScopeType |
static DeletionScopeType |
valueOf(java.lang.String string)
Returns a new DeletionScopeType based on the given String value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int DELETEALL_TYPE
public static final DeletionScopeType DELETEALL
public static final int DELETEREPOSITORYITEMONLY_TYPE
public static final DeletionScopeType DELETEREPOSITORYITEMONLY
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static DeletionScopeType valueOf(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |