public class StateType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
OS_INVISIBLE |
static int |
OS_ORIGINAL |
static int |
OS_SHADOW
StateType.
|
static int |
OS_SHARED |
static int |
OS_UNSHARED |
Modifier and Type | Method and Description |
---|---|
static void |
printStateType(PrintWriter strm,
int res) |
static String |
stateTypeString(int res) |
public static final int OS_SHADOW
public static final int OS_ORIGINAL
public static final int OS_INVISIBLE
public static final int OS_SHARED
public static final int OS_UNSHARED
public static void printStateType(PrintWriter strm, int res)
public static String stateTypeString(int res)
Copyright © 2021 JBoss by Red Hat. All rights reserved.