public static enum MetadataServiceAssignment.AssignmentError extends Enum<MetadataServiceAssignment.AssignmentError>
Enum Constant and Description |
---|
DUPLICATE_URLS |
NONE |
Modifier and Type | Method and Description |
---|---|
short |
errorCode() |
static MetadataServiceAssignment.AssignmentError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataServiceAssignment.AssignmentError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataServiceAssignment.AssignmentError NONE
public static final MetadataServiceAssignment.AssignmentError DUPLICATE_URLS
public static MetadataServiceAssignment.AssignmentError[] values()
for (MetadataServiceAssignment.AssignmentError c : MetadataServiceAssignment.AssignmentError.values()) System.out.println(c);
public static MetadataServiceAssignment.AssignmentError 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 short errorCode()