Uses of Class
com.sun.tools.xjc.reader.xmlschema.bindinfo.OptionalPropertyMode
-
Packages that use OptionalPropertyMode Package Description com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. -
-
Uses of OptionalPropertyMode in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return OptionalPropertyMode Modifier and Type Method Description OptionalPropertyMode
BIProperty. getOptionalPropertyMode()
static OptionalPropertyMode
OptionalPropertyMode. valueOf(java.lang.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 Constructor Description BIProperty(org.xml.sax.Locator loc, java.lang.String _propName, java.lang.String _javadoc, com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty.BaseTypeBean _baseType, com.sun.tools.xjc.reader.xmlschema.bindinfo.CollectionTypeAttribute collectionType, java.lang.Boolean isConst, OptionalPropertyMode optionalProperty, java.lang.Boolean genElemProp)
-