protected static enum JudgeAttributeInstances.Selector extends Enum<JudgeAttributeInstances.Selector>
Enum Constant and Description |
---|
CONDITIONAL |
GENERIC |
HISTORYOF |
POLARITY |
SUBJECT |
UNCERTAINTY |
Modifier and Type | Method and Description |
---|---|
static JudgeAttributeInstances.Selector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JudgeAttributeInstances.Selector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JudgeAttributeInstances.Selector CONDITIONAL
public static final JudgeAttributeInstances.Selector GENERIC
public static final JudgeAttributeInstances.Selector HISTORYOF
public static final JudgeAttributeInstances.Selector POLARITY
public static final JudgeAttributeInstances.Selector SUBJECT
public static final JudgeAttributeInstances.Selector UNCERTAINTY
public static JudgeAttributeInstances.Selector[] values()
for (JudgeAttributeInstances.Selector c : JudgeAttributeInstances.Selector.values()) System.out.println(c);
public static JudgeAttributeInstances.Selector 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 © 2012-2017 The Apache Software Foundation. All Rights Reserved.