public static enum CreateLinearReferencedMarksListener.Modus extends Enum<CreateLinearReferencedMarksListener.Modus>
| Enum Constant and Description |
|---|
MARK_ADD |
MARK_SELECTION |
MEASUREMENT |
| Modifier and Type | Method and Description |
|---|---|
static CreateLinearReferencedMarksListener.Modus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateLinearReferencedMarksListener.Modus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateLinearReferencedMarksListener.Modus MARK_SELECTION
public static final CreateLinearReferencedMarksListener.Modus MARK_ADD
public static final CreateLinearReferencedMarksListener.Modus MEASUREMENT
public static CreateLinearReferencedMarksListener.Modus[] values()
for (CreateLinearReferencedMarksListener.Modus c : CreateLinearReferencedMarksListener.Modus.values()) System.out.println(c);
public static CreateLinearReferencedMarksListener.Modus 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–2026 cismet GmbH. All rights reserved.