Package apple.coretext.struct
Class JustPCActionSubrecord
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.JustPCActionSubrecord
-
public final class JustPCActionSubrecord extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description JustPCActionSubrecord()JustPCActionSubrecord(char theClass, char theType, int length, int data)protectedJustPCActionSubrecord(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdata()not really a UInt32; cast as ptr to appropriate actionintlength()voidsetData(int value)not really a UInt32; cast as ptr to appropriate actionvoidsetLength(int value)voidsetTheClass(char value)justification class value associated with this recvoidsetTheType(char value)chartheClass()justification class value associated with this recchartheType()
-
-
-
Method Detail
-
theClass
public char theClass()
justification class value associated with this rec
-
setTheClass
public void setTheClass(char value)
justification class value associated with this rec
-
theType
public char theType()
-
setTheType
public void setTheType(char value)
-
length
public int length()
-
setLength
public void setLength(int value)
-
data
public int data()
not really a UInt32; cast as ptr to appropriate action
-
setData
public void setData(int value)
not really a UInt32; cast as ptr to appropriate action
-
-