Class FieldTypeVisibilityType
- java.lang.Object
-
- org.exolab.castor.builder.binding.xml.types.FieldTypeVisibilityType
-
- All Implemented Interfaces:
java.io.Serializable
public class FieldTypeVisibilityType extends java.lang.Object implements java.io.SerializableClass FieldTypeVisibilityType.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FieldTypeVisibilityTypePRIVATEThe instance of the private typestatic intPRIVATE_TYPEThe private typestatic FieldTypeVisibilityTypePROTECTEDThe instance of the protected typestatic intPROTECTED_TYPEThe protected typestatic FieldTypeVisibilityTypePUBLICThe instance of the public typestatic intPUBLIC_TYPEThe public type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Enumerationenumerate()Method enumerate.Returns an enumeration of all possible instances of FieldTypeVisibilityTypeintgetType()Method getType.Returns the type of this FieldTypeVisibilityTypejava.lang.StringtoString()Method toString.Returns the String representation of this FieldTypeVisibilityTypestatic FieldTypeVisibilityTypevalueOf(java.lang.String string)Method valueOf.Returns a new FieldTypeVisibilityType based on the given String value.
-
-
-
Field Detail
-
PUBLIC_TYPE
public static final int PUBLIC_TYPE
The public type- See Also:
- Constant Field Values
-
PUBLIC
public static final FieldTypeVisibilityType PUBLIC
The instance of the public type
-
PROTECTED_TYPE
public static final int PROTECTED_TYPE
The protected type- See Also:
- Constant Field Values
-
PROTECTED
public static final FieldTypeVisibilityType PROTECTED
The instance of the protected type
-
PRIVATE_TYPE
public static final int PRIVATE_TYPE
The private type- See Also:
- Constant Field Values
-
PRIVATE
public static final FieldTypeVisibilityType PRIVATE
The instance of the private type
-
-
Method Detail
-
enumerate
public static java.util.Enumeration enumerate()
Method enumerate.Returns an enumeration of all possible instances of FieldTypeVisibilityType- Returns:
- an Enumeration over all possible instances of FieldTypeVisibilityType
-
getType
public int getType()
Method getType.Returns the type of this FieldTypeVisibilityType- Returns:
- the type of this FieldTypeVisibilityType
-
toString
public java.lang.String toString()
Method toString.Returns the String representation of this FieldTypeVisibilityType- Overrides:
toStringin classjava.lang.Object- Returns:
- the String representation of this FieldTypeVisibilityType
-
valueOf
public static FieldTypeVisibilityType valueOf(java.lang.String string)
Method valueOf.Returns a new FieldTypeVisibilityType based on the given String value.- Parameters:
string-- Returns:
- the FieldTypeVisibilityType value of parameter 'string'
-
-