Uses of Class
org.exolab.castor.builder.binding.xml.types.FieldTypeVisibilityType
Packages that use FieldTypeVisibilityType
Package
Description
-
Uses of FieldTypeVisibilityType in org.exolab.castor.builder.binding.xml
Methods in org.exolab.castor.builder.binding.xml that return FieldTypeVisibilityTypeModifier and TypeMethodDescriptionFieldType.getVisibility()
Returns the value of field 'visibility'.Methods in org.exolab.castor.builder.binding.xml with parameters of type FieldTypeVisibilityTypeModifier and TypeMethodDescriptionvoid
FieldType.setVisibility
(FieldTypeVisibilityType visibility) Sets the value of field 'visibility'. -
Uses of FieldTypeVisibilityType in org.exolab.castor.builder.binding.xml.types
Fields in org.exolab.castor.builder.binding.xml.types declared as FieldTypeVisibilityTypeModifier and TypeFieldDescriptionstatic final FieldTypeVisibilityType
FieldTypeVisibilityType.PRIVATE
The instance of the private typestatic final FieldTypeVisibilityType
FieldTypeVisibilityType.PROTECTED
The instance of the protected typestatic final FieldTypeVisibilityType
FieldTypeVisibilityType.PUBLIC
The instance of the public typeMethods in org.exolab.castor.builder.binding.xml.types that return FieldTypeVisibilityTypeModifier and TypeMethodDescriptionstatic FieldTypeVisibilityType
Method valueOf.Returns a new FieldTypeVisibilityType based on the given String value.