public static enum OdgConnection.ECsrc extends java.lang.Enum<OdgConnection.ECsrc>
Enum Constant and Description |
---|
aggr |
assoc |
comp |
depend |
dfAggr |
dflow |
docu |
evAggr |
evAsgn |
evSrc |
fbSrc |
impl |
req |
unspec |
zflow
A data flow connection which starts on a
PinKind_FBcl.zout . |
Modifier and Type | Field and Description |
---|---|
char |
cc |
int |
ix |
PinKind_FBcl |
pkind |
Modifier and Type | Method and Description |
---|---|
static OdgConnection.ECsrc |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdgConnection.ECsrc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdgConnection.ECsrc fbSrc
public static final OdgConnection.ECsrc unspec
public static final OdgConnection.ECsrc assoc
public static final OdgConnection.ECsrc aggr
public static final OdgConnection.ECsrc comp
public static final OdgConnection.ECsrc dflow
public static final OdgConnection.ECsrc zflow
PinKind_FBcl.zout
.public static final OdgConnection.ECsrc dfAggr
public static final OdgConnection.ECsrc evSrc
public static final OdgConnection.ECsrc evAggr
public static final OdgConnection.ECsrc depend
public static final OdgConnection.ECsrc impl
public static final OdgConnection.ECsrc docu
public static final OdgConnection.ECsrc req
public static final OdgConnection.ECsrc evAsgn
public final int ix
public final char cc
public final PinKind_FBcl pkind
public static OdgConnection.ECsrc[] values()
for (OdgConnection.ECsrc c : OdgConnection.ECsrc.values()) System.out.println(c);
public static OdgConnection.ECsrc 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 null