public static enum ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType extends Enum<ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType SCEPTICAL
public static final ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType NAIVE
public static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType[] values()
for (ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType c : ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType.values()) System.out.println(c);
public static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType 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 toString()
toString in class Enum<ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType>Copyright © 2018. All rights reserved.