|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Fc>
org.openmuc.openiec61850.Fc
public enum Fc
Enum Constant Summary | |
---|---|
BL
Blocking |
|
BR
Buffered Reporting |
|
CF
Configuration |
|
CO
Control, deprecated but kept here for backward compatibility |
|
DC
Description |
|
EX
Extended definition |
|
MX
Measurands - analogue values |
|
OR
Operate received |
|
RP
Unbuffered Reporting |
|
SE
Setting group editable |
|
SG
Setting group |
|
SP
Setpoint |
|
SR
Service response / Service tracking |
|
ST
Status information |
|
SV
Substitution |
Method Summary | |
---|---|
static Fc |
fromString(java.lang.String fc)
|
static Fc |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Fc[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Fc ST
public static final Fc MX
public static final Fc SP
public static final Fc SV
public static final Fc CF
public static final Fc DC
public static final Fc SG
public static final Fc SE
public static final Fc SR
public static final Fc OR
public static final Fc BL
public static final Fc EX
public static final Fc CO
public static final Fc RP
public static final Fc BR
Method Detail |
---|
public static Fc[] values()
for (Fc c : Fc.values()) System.out.println(c);
public static Fc 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 name
java.lang.NullPointerException
- if the argument is nullpublic static Fc fromString(java.lang.String fc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |