Class FieldTypeVisibilityType
java.lang.Object
org.exolab.castor.builder.binding.xml.types.FieldTypeVisibilityType
- All Implemented Interfaces:
Serializable
Class FieldTypeVisibilityType.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FieldTypeVisibilityType
The instance of the private typestatic final int
The private typestatic final FieldTypeVisibilityType
The instance of the protected typestatic final int
The protected typestatic final FieldTypeVisibilityType
The instance of the public typestatic final int
The public type -
Method Summary
Modifier and TypeMethodDescriptionstatic Enumeration
Method enumerate.Returns an enumeration of all possible instances of FieldTypeVisibilityTypeint
getType()
Method getType.Returns the type of this FieldTypeVisibilityTypetoString()
Method toString.Returns the String representation of this FieldTypeVisibilityTypestatic FieldTypeVisibilityType
Method valueOf.Returns a new FieldTypeVisibilityType based on the given String value.
-
Field Details
-
PUBLIC_TYPE
public static final int PUBLIC_TYPEThe public type- See Also:
-
PUBLIC
The instance of the public type -
PROTECTED_TYPE
public static final int PROTECTED_TYPEThe protected type- See Also:
-
PROTECTED
The instance of the protected type -
PRIVATE_TYPE
public static final int PRIVATE_TYPEThe private type- See Also:
-
PRIVATE
The instance of the private type
-
-
Method Details
-
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
Method toString.Returns the String representation of this FieldTypeVisibilityType -
valueOf
Method valueOf.Returns a new FieldTypeVisibilityType based on the given String value.- Parameters:
string
-- Returns:
- the FieldTypeVisibilityType value of parameter 'string'
-