public static enum Placeholder.Kind extends java.lang.Enum<Placeholder.Kind>
Enum Constant and Description |
---|
ABBREVIATIONS |
ATTRIBUTE |
DATA_INDEX |
DIAGRAM |
FCS |
FILE |
LNMAP_PACKAGE |
PACKAGE |
PRES_CONDITIONS |
SCL_ENUMS |
TRGOPS |
UNSUPPORTED |
Modifier and Type | Method and Description |
---|---|
static boolean |
isForHeading(Placeholder.Kind kind)
Returns whether
kind is expected to be in the heading paragraph. |
static Placeholder.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Placeholder.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Placeholder.Kind FILE
public static final Placeholder.Kind DIAGRAM
public static final Placeholder.Kind ATTRIBUTE
public static final Placeholder.Kind PRES_CONDITIONS
public static final Placeholder.Kind FCS
public static final Placeholder.Kind TRGOPS
public static final Placeholder.Kind ABBREVIATIONS
public static final Placeholder.Kind SCL_ENUMS
public static final Placeholder.Kind PACKAGE
public static final Placeholder.Kind DATA_INDEX
public static final Placeholder.Kind LNMAP_PACKAGE
public static final Placeholder.Kind UNSUPPORTED
public static Placeholder.Kind[] values()
for (Placeholder.Kind c : Placeholder.Kind.values()) System.out.println(c);
public static Placeholder.Kind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static boolean isForHeading(Placeholder.Kind kind)
kind
is expected to be in the heading paragraph.Copyright 2009-2015 Tatjana (Tanja) Kostic