public class FileDirEntryVariant extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__act_revision
Field descriptor (offset) for struct member 'act_revision'.
|
static long[] |
__DNA__FIELD__description
Field descriptor (offset) for struct member 'description'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__nbr_revisions
Field descriptor (offset) for struct member 'nbr_revisions'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__revisions
Field descriptor (offset) for struct member 'revisions'.
|
static long[] |
__DNA__FIELD__uuid
Field descriptor (offset) for struct member 'uuid'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FileDirEntryVariant.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FileDirEntryVariant(FileDirEntryVariant that) |
|
FileDirEntryVariant(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FileDirEntryVariant> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getAct_revision()
Get method for struct member 'act_revision'.
|
CPointer<java.lang.Byte> |
getDescription()
Get method for struct member 'description'.
|
CPointer<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
int |
getNbr_revisions()
Get method for struct member 'nbr_revisions'.
|
CPointer<FileDirEntryVariant> |
getNext()
Get method for struct member 'next'.
|
CPointer<FileDirEntryVariant> |
getPrev()
Get method for struct member 'prev'.
|
ListBase |
getRevisions()
Get method for struct member 'revisions'.
|
CArrayFacade<java.lang.Integer> |
getUuid()
Get method for struct member 'uuid'.
|
void |
setAct_revision(int act_revision)
Set method for struct member 'act_revision'.
|
void |
setDescription(CPointer<java.lang.Byte> description)
Set method for struct member 'description'.
|
void |
setName(CPointer<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNbr_revisions(int nbr_revisions)
Set method for struct member 'nbr_revisions'.
|
void |
setNext(CPointer<FileDirEntryVariant> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<FileDirEntryVariant> prev)
Set method for struct member 'prev'.
|
void |
setRevisions(ListBase revisions)
Set method for struct member 'revisions'.
|
void |
setUuid(CArrayFacade<java.lang.Integer> uuid)
Set method for struct member 'uuid'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for FileDirEntryVariant.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
FileDirEntryVariant filedirentryvariant = ...; CPointer<Object> p = filedirentryvariant.__dna__addressof(FileDirEntryVariant.__DNA__FIELD__next); CPointer<CPointer<FileDirEntryVariant>> p_next = p.cast(new Class[]{CPointer.class, FileDirEntryVariant.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
FileDirEntryVariant filedirentryvariant = ...; CPointer<Object> p = filedirentryvariant.__dna__addressof(FileDirEntryVariant.__DNA__FIELD__prev); CPointer<CPointer<FileDirEntryVariant>> p_prev = p.cast(new Class[]{CPointer.class, FileDirEntryVariant.class});
public static final long[] __DNA__FIELD__uuid
This is how you get a reference on the corresponding field in the struct:
FileDirEntryVariant filedirentryvariant = ...; CPointer<Object> p = filedirentryvariant.__dna__addressof(FileDirEntryVariant.__DNA__FIELD__uuid); CPointer<CArrayFacade<Integer>> p_uuid = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
FileDirEntryVariant filedirentryvariant = ...; CPointer<Object> p = filedirentryvariant.__dna__addressof(FileDirEntryVariant.__DNA__FIELD__name); CPointer<CPointer<Byte>> p_name = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__description
This is how you get a reference on the corresponding field in the struct:
FileDirEntryVariant filedirentryvariant = ...; CPointer<Object> p = filedirentryvariant.__dna__addressof(FileDirEntryVariant.__DNA__FIELD__description); CPointer<CPointer<Byte>> p_description = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__revisions
This is how you get a reference on the corresponding field in the struct:
FileDirEntryVariant filedirentryvariant = ...; CPointer<Object> p = filedirentryvariant.__dna__addressof(FileDirEntryVariant.__DNA__FIELD__revisions); CPointer<ListBase> p_revisions = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__nbr_revisions
This is how you get a reference on the corresponding field in the struct:
FileDirEntryVariant filedirentryvariant = ...; CPointer<Object> p = filedirentryvariant.__dna__addressof(FileDirEntryVariant.__DNA__FIELD__nbr_revisions); CPointer<Integer> p_nbr_revisions = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__act_revision
This is how you get a reference on the corresponding field in the struct:
FileDirEntryVariant filedirentryvariant = ...; CPointer<Object> p = filedirentryvariant.__dna__addressof(FileDirEntryVariant.__DNA__FIELD__act_revision); CPointer<Integer> p_act_revision = p.cast(new Class[]{Integer.class});
public FileDirEntryVariant(long __address, Block __block, BlockTable __blockTable)
protected FileDirEntryVariant(FileDirEntryVariant that)
public CPointer<FileDirEntryVariant> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<FileDirEntryVariant> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<FileDirEntryVariant> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<FileDirEntryVariant> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CArrayFacade<java.lang.Integer> getUuid() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid
public void setUuid(CArrayFacade<java.lang.Integer> uuid) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid
public CPointer<java.lang.Byte> getName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public void setName(CPointer<java.lang.Byte> name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public CPointer<java.lang.Byte> getDescription() throws java.io.IOException
java.io.IOException
__DNA__FIELD__description
public void setDescription(CPointer<java.lang.Byte> description) throws java.io.IOException
java.io.IOException
__DNA__FIELD__description
public ListBase getRevisions() throws java.io.IOException
java.io.IOException
__DNA__FIELD__revisions
public void setRevisions(ListBase revisions) throws java.io.IOException
java.io.IOException
__DNA__FIELD__revisions
public int getNbr_revisions() throws java.io.IOException
java.io.IOException
__DNA__FIELD__nbr_revisions
public void setNbr_revisions(int nbr_revisions) throws java.io.IOException
java.io.IOException
__DNA__FIELD__nbr_revisions
public int getAct_revision() throws java.io.IOException
java.io.IOException
__DNA__FIELD__act_revision
public void setAct_revision(int act_revision) throws java.io.IOException
java.io.IOException
__DNA__FIELD__act_revision
public CPointer<FileDirEntryVariant> __io__addressof()