public static enum PlaceholderSpec.Kind extends java.lang.Enum<PlaceholderSpec.Kind>
Enum Constant and Description |
---|
ABBREVIATIONS |
ATTRIBUTE |
CLASS |
DATA_INDEX |
DIAG_NOTE
Note: We intentionally do not use 'DiagramNote' to avoid overlap with 'Diagram', for text
search.
|
DIAGRAM |
FCS |
FILE |
HYPERLINK
This one is internal, never used by client.
|
IEC61850_NSNAME |
LNMAP_PACKAGE |
PACKAGE |
PRES_CONDITIONS |
SCL_ENUMS |
TRGOPS |
UNSUPPORTED
Anything not matched by others.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isForHeading(PlaceholderSpec.Kind kind)
Returns whether
kind is expected to be in the heading paragraph. |
static PlaceholderSpec.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlaceholderSpec.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlaceholderSpec.Kind FILE
public static final PlaceholderSpec.Kind DIAGRAM
public static final PlaceholderSpec.Kind DIAG_NOTE
public static final PlaceholderSpec.Kind ATTRIBUTE
public static final PlaceholderSpec.Kind IEC61850_NSNAME
public static final PlaceholderSpec.Kind PRES_CONDITIONS
public static final PlaceholderSpec.Kind FCS
public static final PlaceholderSpec.Kind TRGOPS
public static final PlaceholderSpec.Kind ABBREVIATIONS
public static final PlaceholderSpec.Kind SCL_ENUMS
public static final PlaceholderSpec.Kind PACKAGE
public static final PlaceholderSpec.Kind CLASS
public static final PlaceholderSpec.Kind DATA_INDEX
public static final PlaceholderSpec.Kind LNMAP_PACKAGE
public static final PlaceholderSpec.Kind HYPERLINK
public static final PlaceholderSpec.Kind UNSUPPORTED
public static PlaceholderSpec.Kind[] values()
for (PlaceholderSpec.Kind c : PlaceholderSpec.Kind.values()) System.out.println(c);
public static PlaceholderSpec.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(PlaceholderSpec.Kind kind)
kind
is expected to be in the heading paragraph.Copyright 2009-2016 Tatjana (Tanja) Kostic