public class FileDirEntryRevision extends CFacade
Container for a revision, only relevant in asset context.
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__comment
Field descriptor (offset) for struct member 'comment'.
|
static long[] |
__DNA__FIELD__date_str
Field descriptor (offset) for struct member 'date_str'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__size
Field descriptor (offset) for struct member 'size'.
|
static long[] |
__DNA__FIELD__size_str
Field descriptor (offset) for struct member 'size_str'.
|
static long[] |
__DNA__FIELD__time
Field descriptor (offset) for struct member 'time'.
|
static long[] |
__DNA__FIELD__time_str
Field descriptor (offset) for struct member 'time_str'.
|
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 FileDirEntryRevision.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FileDirEntryRevision(FileDirEntryRevision that) |
|
FileDirEntryRevision(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FileDirEntryRevision> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Byte> |
getComment()
Get method for struct member 'comment'.
|
CArrayFacade<java.lang.Byte> |
getDate_str()
Get method for struct member 'date_str'.
|
CPointer<FileDirEntryRevision> |
getNext()
Get method for struct member 'next'.
|
CPointer<java.lang.Object> |
getPad()
Get method for struct member 'pad'.
|
CPointer<FileDirEntryRevision> |
getPrev()
Get method for struct member 'prev'.
|
CArrayFacade<java.lang.Byte> |
getSize_str()
Get method for struct member 'size_str'.
|
long |
getSize()
Get method for struct member 'size'.
|
CArrayFacade<java.lang.Byte> |
getTime_str()
Get method for struct member 'time_str'.
|
long |
getTime()
Get method for struct member 'time'.
|
CArrayFacade<java.lang.Integer> |
getUuid()
Get method for struct member 'uuid'.
|
void |
setComment(CPointer<java.lang.Byte> comment)
Set method for struct member 'comment'.
|
void |
setDate_str(CArrayFacade<java.lang.Byte> date_str)
Set method for struct member 'date_str'.
|
void |
setNext(CPointer<FileDirEntryRevision> next)
Set method for struct member 'next'.
|
void |
setPad(CPointer<java.lang.Object> pad)
Set method for struct member 'pad'.
|
void |
setPrev(CPointer<FileDirEntryRevision> prev)
Set method for struct member 'prev'.
|
void |
setSize_str(CArrayFacade<java.lang.Byte> size_str)
Set method for struct member 'size_str'.
|
void |
setSize(long size)
Set method for struct member 'size'.
|
void |
setTime_str(CArrayFacade<java.lang.Byte> time_str)
Set method for struct member 'time_str'.
|
void |
setTime(long time)
Set method for struct member 'time'.
|
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 FileDirEntryRevision.
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:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__next); CPointer<CPointer<FileDirEntryRevision>> p_next = p.cast(new Class[]{CPointer.class, FileDirEntryRevision.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__prev); CPointer<CPointer<FileDirEntryRevision>> p_prev = p.cast(new Class[]{CPointer.class, FileDirEntryRevision.class});
public static final long[] __DNA__FIELD__comment
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__comment); CPointer<CPointer<Byte>> p_comment = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__pad); CPointer<CPointer<Object>> p_pad = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__uuid
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__uuid); CPointer<CArrayFacade<Integer>> p_uuid = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__size
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__size); CPointer<int64> p_size = p.cast(new Class[]{int64.class});
public static final long[] __DNA__FIELD__time
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__time); CPointer<int64> p_time = p.cast(new Class[]{int64.class});
public static final long[] __DNA__FIELD__size_str
Temp caching of UI-generated strings...
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__size_str); CPointer<CArrayFacade<Byte>> p_size_str = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__time_str
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__time_str); CPointer<CArrayFacade<Byte>> p_time_str = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__date_str
This is how you get a reference on the corresponding field in the struct:
FileDirEntryRevision filedirentryrevision = ...; CPointer<Object> p = filedirentryrevision.__dna__addressof(FileDirEntryRevision.__DNA__FIELD__date_str); CPointer<CArrayFacade<Byte>> p_date_str = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public FileDirEntryRevision(long __address, Block __block, BlockTable __blockTable)
protected FileDirEntryRevision(FileDirEntryRevision that)
public CPointer<FileDirEntryRevision> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<FileDirEntryRevision> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<FileDirEntryRevision> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<FileDirEntryRevision> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<java.lang.Byte> getComment() throws java.io.IOException
java.io.IOException
__DNA__FIELD__comment
public void setComment(CPointer<java.lang.Byte> comment) throws java.io.IOException
java.io.IOException
__DNA__FIELD__comment
public CPointer<java.lang.Object> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CPointer<java.lang.Object> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
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 long getSize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
public void setSize(long size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
public long getTime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public void setTime(long time) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public CArrayFacade<java.lang.Byte> getSize_str() throws java.io.IOException
Temp caching of UI-generated strings...
java.io.IOException
__DNA__FIELD__size_str
public void setSize_str(CArrayFacade<java.lang.Byte> size_str) throws java.io.IOException
Temp caching of UI-generated strings...
java.io.IOException
__DNA__FIELD__size_str
public CArrayFacade<java.lang.Byte> getTime_str() throws java.io.IOException
java.io.IOException
__DNA__FIELD__time_str
public void setTime_str(CArrayFacade<java.lang.Byte> time_str) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time_str
public CArrayFacade<java.lang.Byte> getDate_str() throws java.io.IOException
java.io.IOException
__DNA__FIELD__date_str
public void setDate_str(CArrayFacade<java.lang.Byte> date_str) throws java.io.IOException
java.io.IOException
__DNA__FIELD__date_str
public CPointer<FileDirEntryRevision> __io__addressof()