public static enum SchemaReader.FeatureConstants extends Enum<SchemaReader.FeatureConstants>
| Enum Constant and Description |
|---|
IMPORT_DOCUMENTS |
VERBOSE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(String val)
Please use this equals method instead of using :
value().equals(value)
which is
almost 10 times slower... |
String |
toString() |
String |
value() |
static SchemaReader.FeatureConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaReader.FeatureConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaReader.FeatureConstants VERBOSE
public static final SchemaReader.FeatureConstants IMPORT_DOCUMENTS
public static SchemaReader.FeatureConstants[] values()
for (SchemaReader.FeatureConstants c : SchemaReader.FeatureConstants.values()) System.out.println(c);
public static SchemaReader.FeatureConstants 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 String value()
public boolean equals(String val)
value().equals(value)
which is
almost 10 times slower...value - public String toString()
toString in class Enum<SchemaReader.FeatureConstants>Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.