Uses of Class
org.exolab.castor.builder.binding.xml.types.FieldTypeVisibilityType

Packages that use FieldTypeVisibilityType
org.exolab.castor.builder.binding.xml   
org.exolab.castor.builder.binding.xml.types   
 

Uses of FieldTypeVisibilityType in org.exolab.castor.builder.binding.xml
 

Methods in org.exolab.castor.builder.binding.xml that return FieldTypeVisibilityType
 FieldTypeVisibilityType FieldType.getVisibility()
          Returns the value of field 'visibility'.
 

Methods in org.exolab.castor.builder.binding.xml with parameters of type FieldTypeVisibilityType
 void 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 FieldTypeVisibilityType
static FieldTypeVisibilityType FieldTypeVisibilityType.PRIVATE
          The instance of the private type
static FieldTypeVisibilityType FieldTypeVisibilityType.PROTECTED
          The instance of the protected type
static FieldTypeVisibilityType FieldTypeVisibilityType.PUBLIC
          The instance of the public type
 

Methods in org.exolab.castor.builder.binding.xml.types that return FieldTypeVisibilityType
static FieldTypeVisibilityType FieldTypeVisibilityType.valueOf(String string)
          Method valueOf.Returns a new FieldTypeVisibilityType based on the given String value.
 



Copyright © 2012. All Rights Reserved.