public static enum XliffCommon.ValidationType extends Enum<XliffCommon.ValidationType>
Modifier and Type | Method and Description |
---|---|
static XliffCommon.ValidationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XliffCommon.ValidationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XliffCommon.ValidationType XSD
public static final XliffCommon.ValidationType CONTENT
public static XliffCommon.ValidationType[] values()
for (XliffCommon.ValidationType c : XliffCommon.ValidationType.values()) System.out.println(c);
public static XliffCommon.ValidationType 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 nullCopyright © 2013 Zanata Project. All Rights Reserved.