public final class JustPCActionSubrecord
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
JustPCActionSubrecord() |
|
JustPCActionSubrecord(char theClass,
char theType,
int length,
int data) |
protected |
JustPCActionSubrecord(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
data()
not really a UInt32; cast as ptr to appropriate action
|
int |
length() |
void |
setData(int value)
not really a UInt32; cast as ptr to appropriate action
|
void |
setLength(int value) |
void |
setTheClass(char value)
justification class value associated with this rec
|
void |
setTheType(char value) |
char |
theClass()
justification class value associated with this rec
|
char |
theType() |
public JustPCActionSubrecord()
protected JustPCActionSubrecord(org.moe.natj.general.Pointer peer)
public JustPCActionSubrecord(char theClass,
char theType,
int length,
int data)
public char theClass()
public void setTheClass(char value)
public char theType()
public void setTheType(char value)
public int length()
public void setLength(int value)
public int data()
public void setData(int value)