|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return OptionalPropertyMode | |
---|---|
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 | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |