Package | Description |
---|---|
com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BIProperty(Locator loc,
String _propName,
String _javadoc,
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty.BaseTypeBean _baseType,
com.sun.tools.xjc.reader.xmlschema.bindinfo.CollectionTypeAttribute collectionType,
Boolean isConst,
OptionalPropertyMode optionalProperty,
Boolean genElemProp) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.