Package com.method5.jot.entity.variant
Class Array
java.lang.Object
com.method5.jot.entity.metadata.MetadataTypeDefinition
com.method5.jot.entity.variant.Array
Array — class for array in the Jot SDK. Provides types and data models.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.method5.jot.entity.metadata.MetadataTypeDefinition
decode
-
Constructor Details
-
Array
public Array(int length, int type)
-
-
Method Details
-
encode
public byte[] encode()- Specified by:
encode
in classMetadataTypeDefinition
-
getLength
public int getLength() -
setLength
public void setLength(int length) -
getType
public int getType() -
setType
public void setType(int type) -
toString
-