Class StructDNA.Struct.Field
- java.lang.Object
-
- org.cakelab.blender.io.dna.internal.StructDNA.Struct.Field
-
- Enclosing class:
- StructDNA.Struct
public class StructDNA.Struct.Field extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description short
name
name of field as index inStructDNA.names
short
type
type of field as index inStructDNA.types
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
read(CDataReadWriteAccess io)
java.lang.String
toString()
void
write(CDataReadWriteAccess io)
-
-
-
Field Detail
-
type
public short type
type of field as index inStructDNA.types
-
name
public short name
name of field as index inStructDNA.names
-
-
Method Detail
-
read
public void read(CDataReadWriteAccess io) throws java.io.IOException
- Throws:
java.io.IOException
-
write
public void write(CDataReadWriteAccess io) throws java.io.IOException
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-