public static enum UmlClass.Iec61850Kind extends java.lang.Enum<UmlClass.Iec61850Kind> implements UmlKind
Enum Constant and Description |
---|
ABBR_ENUM |
BASIC |
CODED_ENUM_FCDA |
COMP_CDC |
COMP_DA |
COMP_FCDA |
COND_ENUM |
CTS_CDC |
ENUM |
ENUM_CDC |
ENUM_DA |
ENUM_FCDA |
FCDA |
FUNCTION |
IF |
LN |
NULL_61850 |
OTHER_61850 |
PACKED_BASIC |
PACKED_ENUM |
PACKED_ENUM_DA |
PACKED_LIST_FCDA |
PACKED_PRIM_DA |
PRIM_CDC |
PRIM_DA |
STRUCTURED
6.6.3.17 Originator (S_Originator unknown 61850)
|
TRANS_CDC |
UNKNOWN_61850 |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_desc |
private java.lang.String |
_label |
private java.lang.String |
_tag |
private java.lang.String |
_value |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDesc()
Returns the description, typically used for statistics printing.
|
java.lang.String |
getLabel()
Returns the label to be used for human-readable documentation.
|
java.lang.String |
getTag()
Returns the tag to be used for machine-processable documentation, typically used for
statistics printing.
|
static java.util.List<UmlKind> |
getUmlKinds()
Returns all values as UmlKind list.
|
java.lang.String |
getValue()
Returns the value set by the custom constructor.
|
static UmlClass.Iec61850Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlClass.Iec61850Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmlClass.Iec61850Kind IF
public static final UmlClass.Iec61850Kind BASIC
public static final UmlClass.Iec61850Kind STRUCTURED
public static final UmlClass.Iec61850Kind PACKED_BASIC
public static final UmlClass.Iec61850Kind ENUM
public static final UmlClass.Iec61850Kind PACKED_ENUM
public static final UmlClass.Iec61850Kind ABBR_ENUM
public static final UmlClass.Iec61850Kind COND_ENUM
public static final UmlClass.Iec61850Kind PACKED_ENUM_DA
public static final UmlClass.Iec61850Kind ENUM_DA
public static final UmlClass.Iec61850Kind PACKED_PRIM_DA
public static final UmlClass.Iec61850Kind PRIM_DA
public static final UmlClass.Iec61850Kind COMP_DA
public static final UmlClass.Iec61850Kind CODED_ENUM_FCDA
public static final UmlClass.Iec61850Kind ENUM_FCDA
public static final UmlClass.Iec61850Kind PACKED_LIST_FCDA
public static final UmlClass.Iec61850Kind COMP_FCDA
public static final UmlClass.Iec61850Kind FCDA
public static final UmlClass.Iec61850Kind CTS_CDC
public static final UmlClass.Iec61850Kind ENUM_CDC
public static final UmlClass.Iec61850Kind TRANS_CDC
public static final UmlClass.Iec61850Kind PRIM_CDC
public static final UmlClass.Iec61850Kind COMP_CDC
public static final UmlClass.Iec61850Kind LN
public static final UmlClass.Iec61850Kind FUNCTION
public static final UmlClass.Iec61850Kind OTHER_61850
public static final UmlClass.Iec61850Kind NULL_61850
public static final UmlClass.Iec61850Kind UNKNOWN_61850
private final java.lang.String _value
private final java.lang.String _label
private final java.lang.String _tag
private final java.lang.String _desc
public static UmlClass.Iec61850Kind[] values()
for (UmlClass.Iec61850Kind c : UmlClass.Iec61850Kind.values()) System.out.println(c);
public static UmlClass.Iec61850Kind 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 java.util.List<UmlKind> getUmlKinds()
public java.lang.String getValue()
UmlKind
public java.lang.String getLabel()
UmlKind
public java.lang.String getTag()
UmlKind
Copyright 2009-2015 Tatjana (Tanja) Kostic