public static enum Feature.FeatureType extends Enum<Feature.FeatureType>
| Modifier and Type | Method and Description |
|---|---|
EnumSet<SchematronOperation> |
getLegalOperations() |
static Feature.FeatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature.FeatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Feature.FeatureType BOOLEAN
public static final Feature.FeatureType NUMBER
public static final Feature.FeatureType STRING
public static Feature.FeatureType[] values()
for (Feature.FeatureType c : Feature.FeatureType.values()) System.out.println(c);
public static Feature.FeatureType 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 EnumSet<SchematronOperation> getLegalOperations()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.