public class CadBinaryParameter extends CadParameterT<byte[]>
The Cad binary parameter.
Constructor and Description |
---|
CadBinaryParameter(int type)
Initializes a new instance of the
CadBinaryParameter class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets or sets the value.
|
void |
init(CadCodeValue value)
Initialize the specified value.
|
void |
setData(byte[] value)
Gets or sets the value.
|
getObjectValue, init, setObjectValue
getType, init, init
public CadBinaryParameter(int type)
Initializes a new instance of the CadBinaryParameter
class.
type
- The type of the parameter.public byte[] getData()
Gets or sets the value.
public void setData(byte[] value)
Gets or sets the value.
value
- The value of the parameter.public void init(CadCodeValue value)
Initialize the specified value.
init
in class CadParameter
value
- The value to assign.