public static enum OdgConnection.ECkind extends java.lang.Enum<OdgConnection.ECkind>
Enum Constant and Description |
---|
aggr |
assoc |
attrib |
comp |
connPoint |
dataflow |
dataGet |
dependency |
docu |
evdataRel |
eventflow |
inheritance |
ref |
req |
Modifier and Type | Field and Description |
---|---|
char |
cKind |
int |
ix |
PinKind_FBcl |
pinKindDst
Due to this connection type, possible or obligate types of the pins.
|
PinKind_FBcl |
pinKindSrc
Due to this connection type, possible or obligate types of the pins.
|
int |
prio |
java.lang.String |
type |
Modifier and Type | Method and Description |
---|---|
static OdgConnection.ECkind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdgConnection.ECkind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdgConnection.ECkind ref
public static final OdgConnection.ECkind connPoint
public static final OdgConnection.ECkind assoc
public static final OdgConnection.ECkind aggr
public static final OdgConnection.ECkind comp
public static final OdgConnection.ECkind dataflow
public static final OdgConnection.ECkind dataGet
public static final OdgConnection.ECkind eventflow
public static final OdgConnection.ECkind dependency
public static final OdgConnection.ECkind inheritance
public static final OdgConnection.ECkind docu
public static final OdgConnection.ECkind req
public static final OdgConnection.ECkind attrib
public static final OdgConnection.ECkind evdataRel
public final char cKind
public final java.lang.String type
public final int prio
public final int ix
public final PinKind_FBcl pinKindSrc
public final PinKind_FBcl pinKindDst
public static OdgConnection.ECkind[] values()
for (OdgConnection.ECkind c : OdgConnection.ECkind.values()) System.out.println(c);
public static OdgConnection.ECkind 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