public enum FeatureTypeAttribute extends Enum<FeatureTypeAttribute>
| Enum Constant and Description |
|---|
binding |
length |
maxOccurs |
minOccurs |
name |
nillable |
| Modifier and Type | Method and Description |
|---|---|
static FeatureTypeAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureTypeAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureTypeAttribute name
public static final FeatureTypeAttribute minOccurs
public static final FeatureTypeAttribute maxOccurs
public static final FeatureTypeAttribute nillable
public static final FeatureTypeAttribute binding
public static final FeatureTypeAttribute length
public static FeatureTypeAttribute[] values()
for (FeatureTypeAttribute c : FeatureTypeAttribute.values()) System.out.println(c);
public static FeatureTypeAttribute 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 nullCopyright © 2007–2016 PDOK. All rights reserved.