public class CadReservedForFutureValues extends Object
The reserved for future values
Constructor and Description |
---|
CadReservedForFutureValues()
Initializes a new instance of the
CadReservedForFutureValues class. |
Modifier and Type | Method and Description |
---|---|
CadIntParameter |
getAttribute421()
Gets or sets the attribute421.
|
CadDoubleParameter |
getAttribute463()
Gets or sets the attribute 463.
|
CadShortParameter |
getAttribute63()
Gets or sets the attribute63.
|
void |
setAttribute421(CadIntParameter value)
Gets or sets the attribute421.
|
void |
setAttribute463(CadDoubleParameter value)
Gets or sets the attribute 463.
|
void |
setAttribute63(CadShortParameter value)
Gets or sets the attribute63.
|
public CadReservedForFutureValues()
Initializes a new instance of the CadReservedForFutureValues
class.
public CadDoubleParameter getAttribute463()
Gets or sets the attribute 463.
public void setAttribute463(CadDoubleParameter value)
Gets or sets the attribute 463.
value
- The attribute 463.public CadShortParameter getAttribute63()
Gets or sets the attribute63.
public void setAttribute63(CadShortParameter value)
Gets or sets the attribute63.
value
- The attribute63.public CadIntParameter getAttribute421()
Gets or sets the attribute421.
public void setAttribute421(CadIntParameter value)
Gets or sets the attribute421.
value
- The attribute421.