public static enum XSDUtils.BindingType extends Enum<XSDUtils.BindingType>
Enum Constant and Description |
---|
COMPLEX |
COMPLEX_AND_SIMPLE |
ELEMENT |
NONE |
REF |
SIMPLE |
Modifier and Type | Method and Description |
---|---|
boolean |
isComplex() |
boolean |
isSimple() |
static XSDUtils.BindingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSDUtils.BindingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XSDUtils.BindingType COMPLEX
public static final XSDUtils.BindingType SIMPLE
public static final XSDUtils.BindingType COMPLEX_AND_SIMPLE
public static final XSDUtils.BindingType NONE
public static final XSDUtils.BindingType REF
public static final XSDUtils.BindingType ELEMENT
public static XSDUtils.BindingType[] values()
for (XSDUtils.BindingType c : XSDUtils.BindingType.values()) System.out.println(c);
public static XSDUtils.BindingType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isSimple()
public boolean isComplex()
Copyright © 2022. All rights reserved.