Class VisibilityType
java.lang.Object
org.exolab.castor.builder.binding.xml.types.VisibilityType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VisibilityTypeThe instance of the private typestatic final intThe private typestatic final VisibilityTypeThe instance of the protected typestatic final intThe protected typestatic final VisibilityTypeThe instance of the public typestatic final intThe public type -
Method Summary
Modifier and TypeMethodDescriptionstatic EnumerationMethod enumerate.Returns an enumeration of all possible instances of VisibilityTypeintgetType()Method getType.Returns the type of this VisibilityTypetoString()Method toString.Returns the String representation of this VisibilityTypestatic VisibilityTypeMethod 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
-
valueOf
Method valueOf.Returns a new VisibilityType based on the given String value.- Parameters:
string-- Returns:
- the VisibilityType value of parameter 'string'
-