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