Class VisibilityType
java.lang.Object
org.exolab.castor.builder.binding.xml.types.VisibilityType
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VisibilityType
The instance of the private typestatic final int
The private typestatic final VisibilityType
The instance of the protected typestatic final int
The protected typestatic final VisibilityType
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 VisibilityTypeint
getType()
Method getType.Returns the type of this VisibilityTypetoString()
Method toString.Returns the String representation of this VisibilityTypestatic VisibilityType
Method valueOf.Returns a new VisibilityType 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 VisibilityType- Returns:
- an Enumeration over all possible instances of VisibilityType
-
getType
public int getType()Method getType.Returns the type of this VisibilityType- Returns:
- the type of this VisibilityType
-
toString
Method toString.Returns the String representation of this VisibilityType -
valueOf
Method valueOf.Returns a new VisibilityType based on the given String value.- Parameters:
string
-- Returns:
- the VisibilityType value of parameter 'string'
-