|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.binding.xml.types.VisibilityType
public class VisibilityType
Class VisibilityType.
Field Summary | |
---|---|
static VisibilityType |
PRIVATE
The instance of the private type |
static int |
PRIVATE_TYPE
The private type |
static VisibilityType |
PROTECTED
The instance of the protected type |
static int |
PROTECTED_TYPE
The protected type |
static VisibilityType |
PUBLIC
The instance of the public type |
static int |
PUBLIC_TYPE
The public type |
Method Summary | |
---|---|
static java.util.Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of VisibilityType |
int |
getType()
Method getType.Returns the type of this VisibilityType |
java.lang.String |
toString()
Method toString.Returns the String representation of this VisibilityType |
static VisibilityType |
valueOf(java.lang.String string)
Method valueOf.Returns a new VisibilityType 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 PUBLIC_TYPE
public static final VisibilityType PUBLIC
public static final int PROTECTED_TYPE
public static final VisibilityType PROTECTED
public static final int PRIVATE_TYPE
public static final VisibilityType PRIVATE
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static VisibilityType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |