Uses of Class
com.sun.tools.xjc.reader.xmlschema.bindinfo.OptionalPropertyMode

Packages that use OptionalPropertyMode
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
 

Uses of OptionalPropertyMode in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Fields in com.sun.tools.xjc.reader.xmlschema.bindinfo declared as OptionalPropertyMode
(package private)  OptionalPropertyMode BIGlobalBinding.optionalProperty
           
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return OptionalPropertyMode
 OptionalPropertyMode BIProperty.getOptionalPropertyMode()
           
static OptionalPropertyMode OptionalPropertyMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OptionalPropertyMode[] OptionalPropertyMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type OptionalPropertyMode
BIProperty(Locator loc, String _propName, String _javadoc, com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty.BaseTypeBean _baseType, CollectionTypeAttribute collectionType, Boolean isConst, OptionalPropertyMode optionalProperty, Boolean genElemProp)