public static enum ExplainAugmenterFactory.Style extends Enum<ExplainAugmenterFactory.Style>
| Modifier and Type | Method and Description | 
|---|---|
| static ExplainAugmenterFactory.Style | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ExplainAugmenterFactory.Style[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ExplainAugmenterFactory.Style nl
public static final ExplainAugmenterFactory.Style text
public static final ExplainAugmenterFactory.Style html
public static ExplainAugmenterFactory.Style[] values()
for (ExplainAugmenterFactory.Style c : ExplainAugmenterFactory.Style.values()) System.out.println(c);
public static ExplainAugmenterFactory.Style 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 © 2000-2017 Apache Software Foundation. All Rights Reserved.