com.indexdata.masterkey.pazpar2.client
public static enum FieldMapper.Directive extends Enum<FieldMapper.Directive>
Modifier and Type | Method and Description |
---|---|
static FieldMapper.Directive |
fromString(String name) |
static FieldMapper.Directive |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldMapper.Directive[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldMapper.Directive NAMESPACE
public static final FieldMapper.Directive IMPORT
public static FieldMapper.Directive[] values()
for (FieldMapper.Directive c : FieldMapper.Directive.values()) System.out.println(c);
public static FieldMapper.Directive 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 static FieldMapper.Directive fromString(String name)
Copyright © 2014. All rights reserved.