Package apple.enums
Class idtype_t
- java.lang.Object
-
- apple.enums.idtype_t
-
public final class idtype_t extends java.lang.Object[XSI] The type idtype_t shall be defined as an enumeration type whose possible values shall include at least P_ALL, P_PID, and P_PGID.
-
-
Field Detail
-
P_ALL
public static final int P_ALL
- See Also:
- Constant Field Values
-
P_PID
public static final int P_PID
- See Also:
- Constant Field Values
-
P_PGID
public static final int P_PGID
- See Also:
- Constant Field Values
-
-