public enum AttributeLabelText extends Enum<AttributeLabelText>
Enum Constant and Description |
---|
ATTRIBUTE_LABELS |
ATTRIBUTE_LABELS_PERCENTAGE |
ATTRIBUTE_LABELS_SIZE |
INTENT_PERCENTAGE |
INTENT_SIZE |
NONE |
SEED_LABELS |
Modifier and Type | Method and Description |
---|---|
abstract <G,M> String |
get(Context<G,M> context,
ConceptLattice<G,M> lattice,
Concept<G,M> concept) |
String |
toString() |
static AttributeLabelText |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeLabelText[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeLabelText NONE
public static final AttributeLabelText ATTRIBUTE_LABELS
public static final AttributeLabelText SEED_LABELS
public static final AttributeLabelText INTENT_SIZE
public static final AttributeLabelText INTENT_PERCENTAGE
public static final AttributeLabelText ATTRIBUTE_LABELS_SIZE
public static final AttributeLabelText ATTRIBUTE_LABELS_PERCENTAGE
public static AttributeLabelText[] values()
for (AttributeLabelText c : AttributeLabelText.values()) System.out.println(c);
public static AttributeLabelText 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 abstract <G,M> String get(Context<G,M> context, ConceptLattice<G,M> lattice, Concept<G,M> concept)
public final String toString()
toString
in class Enum<AttributeLabelText>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.