public enum ObjectLabelText extends Enum<ObjectLabelText>
Enum Constant and Description |
---|
EXTENT_PERCENTAGE |
EXTENT_SIZE |
NONE |
OBJECT_LABELS |
OBJECT_LABELS_PERCENTAGE |
OBJECT_LABELS_SIZE |
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 ObjectLabelText |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLabelText[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectLabelText NONE
public static final ObjectLabelText OBJECT_LABELS
public static final ObjectLabelText EXTENT_SIZE
public static final ObjectLabelText EXTENT_PERCENTAGE
public static final ObjectLabelText OBJECT_LABELS_SIZE
public static final ObjectLabelText OBJECT_LABELS_PERCENTAGE
public static ObjectLabelText[] values()
for (ObjectLabelText c : ObjectLabelText.values()) System.out.println(c);
public static ObjectLabelText 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<ObjectLabelText>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.