public enum RegisterType extends Enum<RegisterType> implements IPresentation
| Enum Constant and Description |
|---|
DIFFERENT
Registers match, but types there are some different columns.
|
EXTRA
Indicates an unexpected register.
|
MISSING
Indicates a missing register.
|
| Modifier and Type | Method and Description |
|---|---|
nu.xom.Node |
asNode() |
String |
asString() |
String |
getStyle()
Gets the style of this type.
|
static RegisterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegisterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterType MISSING
public static final RegisterType EXTRA
public static final RegisterType DIFFERENT
public static RegisterType[] values()
for (RegisterType c : RegisterType.values()) System.out.println(c);
public static RegisterType 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 getStyle()
public String asString()
asString in interface IPresentationpublic nu.xom.Node asNode()
asNode in interface IPresentationCopyright © 2017. All rights reserved.