public class AssetUUID extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__uuid_asset
Field descriptor (offset) for struct member 'uuid_asset'.
|
static long[] |
__DNA__FIELD__uuid_revision
Field descriptor (offset) for struct member 'uuid_revision'.
|
static long[] |
__DNA__FIELD__uuid_variant
Field descriptor (offset) for struct member 'uuid_variant'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct AssetUUID.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
AssetUUID(AssetUUID that) |
|
AssetUUID(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<AssetUUID> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Integer> |
getUuid_asset()
Get method for struct member 'uuid_asset'.
|
CArrayFacade<java.lang.Integer> |
getUuid_revision()
Get method for struct member 'uuid_revision'.
|
CArrayFacade<java.lang.Integer> |
getUuid_variant()
Get method for struct member 'uuid_variant'.
|
void |
setUuid_asset(CArrayFacade<java.lang.Integer> uuid_asset)
Set method for struct member 'uuid_asset'.
|
void |
setUuid_revision(CArrayFacade<java.lang.Integer> uuid_revision)
Set method for struct member 'uuid_revision'.
|
void |
setUuid_variant(CArrayFacade<java.lang.Integer> uuid_variant)
Set method for struct member 'uuid_variant'.
|
__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 AssetUUID.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__uuid_asset
This is how you get a reference on the corresponding field in the struct:
AssetUUID assetuuid = ...; CPointer<Object> p = assetuuid.__dna__addressof(AssetUUID.__DNA__FIELD__uuid_asset); CPointer<CArrayFacade<Integer>> p_uuid_asset = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__uuid_variant
This is how you get a reference on the corresponding field in the struct:
AssetUUID assetuuid = ...; CPointer<Object> p = assetuuid.__dna__addressof(AssetUUID.__DNA__FIELD__uuid_variant); CPointer<CArrayFacade<Integer>> p_uuid_variant = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__uuid_revision
This is how you get a reference on the corresponding field in the struct:
AssetUUID assetuuid = ...; CPointer<Object> p = assetuuid.__dna__addressof(AssetUUID.__DNA__FIELD__uuid_revision); CPointer<CArrayFacade<Integer>> p_uuid_revision = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public AssetUUID(long __address, Block __block, BlockTable __blockTable)
protected AssetUUID(AssetUUID that)
public CArrayFacade<java.lang.Integer> getUuid_asset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid_asset
public void setUuid_asset(CArrayFacade<java.lang.Integer> uuid_asset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid_asset
public CArrayFacade<java.lang.Integer> getUuid_variant() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid_variant
public void setUuid_variant(CArrayFacade<java.lang.Integer> uuid_variant) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid_variant
public CArrayFacade<java.lang.Integer> getUuid_revision() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid_revision
public void setUuid_revision(CArrayFacade<java.lang.Integer> uuid_revision) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uuid_revision