public static enum OdgConnection.ECdst extends java.lang.Enum<OdgConnection.ECdst>
Enum Constant and Description |
---|
depDst |
dfDst |
dfFbDst |
dfPortDst |
docuDst |
evDAsgn |
evDst |
evFbDst |
evoutAsgn |
evPortDst |
extendDst |
fbDst |
portDst |
reqDst |
unspec |
Modifier and Type | Field and Description |
---|---|
(package private) char |
cc |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldSetType()
Quest whether this dst kind need set the type from the src to the dst pin
|
static OdgConnection.ECdst |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdgConnection.ECdst[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdgConnection.ECdst unspec
public static final OdgConnection.ECdst portDst
public static final OdgConnection.ECdst fbDst
public static final OdgConnection.ECdst dfDst
public static final OdgConnection.ECdst dfFbDst
public static final OdgConnection.ECdst dfPortDst
public static final OdgConnection.ECdst evDst
public static final OdgConnection.ECdst evFbDst
public static final OdgConnection.ECdst evPortDst
public static final OdgConnection.ECdst depDst
public static final OdgConnection.ECdst extendDst
public static final OdgConnection.ECdst docuDst
public static final OdgConnection.ECdst reqDst
public static final OdgConnection.ECdst evDAsgn
public static final OdgConnection.ECdst evoutAsgn
public static OdgConnection.ECdst[] values()
for (OdgConnection.ECdst c : OdgConnection.ECdst.values()) System.out.println(c);
public static OdgConnection.ECdst 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 boolean shouldSetType()