Uses of Enum
com.sun.tools.xjc.reader.xmlschema.bindinfo.OptionalPropertyMode
Packages that use OptionalPropertyMode
Package
Description
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 OptionalPropertyModeModifier and TypeMethodDescriptionBIProperty.getOptionalPropertyMode()static OptionalPropertyModeReturns 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 OptionalPropertyModeModifierConstructorDescriptionBIProperty(Locator loc, String _propName, String _javadoc, BIProperty.BaseTypeBean _baseType, CollectionTypeAttribute collectionType, Boolean isConst, OptionalPropertyMode optionalProperty, Boolean genElemProp)