public class SL_FLAG
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
ordinal |
static SL_FLAG |
SL_ALL
Indicates to select tags with SL ALL conditions (asserted or deasserted)
|
static SL_FLAG |
SL_FLAG_ASSERTED
Indicates to select tags with SL flag TRUE
|
static SL_FLAG |
SL_FLAG_DEASSERTED
Indicates to select tags with SL flag FALSE
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int val) |
static SL_FLAG |
GetSLFlag(int value) |
int |
getValue() |
java.lang.String |
toString() |
public static final SL_FLAG SL_FLAG_ASSERTED
public static final SL_FLAG SL_FLAG_DEASSERTED
public static final SL_FLAG SL_ALL
public final int ordinal
public boolean equals(int val)
public int getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic static SL_FLAG GetSLFlag(int value)