public class CadField extends CadBaseObject
Class describing FIELD object.
Constructor and Description |
---|
CadField()
Initializes a new instance of the
CadField class. |
Modifier and Type | Method and Description |
---|---|
CadStringParameter |
getAttribute300()
Gets or sets the attribute 300.
|
CadIntParameter |
getAttribute91()
Gets or sets the attribute 91.
|
CadIntParameter |
getAttribute92()
Gets or sets the attribute 92.
|
CadIntParameter |
getAttribute94()
Gets or sets the attribute 94.
|
CadIntParameter |
getAttribute95()
Gets or sets the attribute 95.
|
CadIntParameter |
getAttribute96()
Gets or sets the attribute 96.
|
List<CadFieldData> |
getCadFieldData()
Gets or sets the cad field data.
|
List<CadStringParameter> |
getChildFieldIds()
Gets or sets the child field ids.
|
CadIntParameter |
getChildFieldsNumber()
Gets or sets the child fields number.
|
CadIntParameter |
getDataSetInTheField()
Gets or sets the data set in the field.
|
CadStringParameter |
getEvaluatorId()
Gets or sets the evaluator identifier.
|
CadStringParameter |
getFieldCodeString()
Gets or sets the field code string.
|
CadStringParameter |
getFieldCodeStringOverflow()
Gets or sets the field code string overflow.
|
CadStringParameter |
getFormatString()
Gets or sets the format string.
|
CadIntParameter |
getFormatStringLength()
Gets or sets the length of the format string.
|
CadStringParameter |
getFormatStringOverflow()
Gets or sets the format string overflow.
|
List<CadStringParameter> |
getObjectIds()
Gets or sets the object ids.
|
CadIntParameter |
getObjectIDsNumber()
Gets or sets the object i ds number.
|
void |
setAttribute300(CadStringParameter value)
Gets or sets the attribute 300.
|
void |
setAttribute91(CadIntParameter value)
Gets or sets the attribute 91.
|
void |
setAttribute92(CadIntParameter value)
Gets or sets the attribute 92.
|
void |
setAttribute94(CadIntParameter value)
Gets or sets the attribute 94.
|
void |
setAttribute95(CadIntParameter value)
Gets or sets the attribute 95.
|
void |
setAttribute96(CadIntParameter value)
Gets or sets the attribute 96.
|
void |
setCadFieldData(List<CadFieldData> value)
Gets or sets the cad field data.
|
void |
setChildFieldIds(List<CadStringParameter> value)
Gets or sets the child field ids.
|
void |
setChildFieldsNumber(CadIntParameter value)
Gets or sets the child fields number.
|
void |
setDataSetInTheField(CadIntParameter value)
Gets or sets the data set in the field.
|
void |
setEvaluatorId(CadStringParameter value)
Gets or sets the evaluator identifier.
|
void |
setFieldCodeString(CadStringParameter value)
Gets or sets the field code string.
|
void |
setFieldCodeStringOverflow(CadStringParameter value)
Gets or sets the field code string overflow.
|
void |
setFormatString(CadStringParameter value)
Gets or sets the format string.
|
void |
setFormatStringLength(CadIntParameter value)
Gets or sets the length of the format string.
|
void |
setFormatStringOverflow(CadStringParameter value)
Gets or sets the format string overflow.
|
void |
setObjectIds(List<CadStringParameter> value)
Gets or sets the object ids.
|
void |
setObjectIDsNumber(CadIntParameter value)
Gets or sets the object i ds number.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadStringParameter getAttribute300()
Gets or sets the attribute 300.
public void setAttribute300(CadStringParameter value)
Gets or sets the attribute 300.
value
- The attribute 300.public CadIntParameter getAttribute96()
Gets or sets the attribute 96.
public void setAttribute96(CadIntParameter value)
Gets or sets the attribute 96.
value
- The attribute 96.public CadIntParameter getAttribute95()
Gets or sets the attribute 95.
public void setAttribute95(CadIntParameter value)
Gets or sets the attribute 95.
value
- The attribute 95.public CadIntParameter getAttribute94()
Gets or sets the attribute 94.
public void setAttribute94(CadIntParameter value)
Gets or sets the attribute 94.
value
- The attribute 94.public CadIntParameter getAttribute92()
Gets or sets the attribute 92.
public void setAttribute92(CadIntParameter value)
Gets or sets the attribute 92.
value
- The attribute 92.public CadIntParameter getAttribute91()
Gets or sets the attribute 91.
public void setAttribute91(CadIntParameter value)
Gets or sets the attribute 91.
value
- The attribute 91.public List<CadFieldData> getCadFieldData()
Gets or sets the cad field data.
public void setCadFieldData(List<CadFieldData> value)
Gets or sets the cad field data.
value
- The cad field data.public CadIntParameter getFormatStringLength()
Gets or sets the length of the format string.
public void setFormatStringLength(CadIntParameter value)
Gets or sets the length of the format string.
value
- The length of the format string.public CadStringParameter getFormatStringOverflow()
Gets or sets the format string overflow.
public void setFormatStringOverflow(CadStringParameter value)
Gets or sets the format string overflow.
value
- The format string overflow.public CadStringParameter getFormatString()
Gets or sets the format string.
public void setFormatString(CadStringParameter value)
Gets or sets the format string.
value
- The format string.public CadIntParameter getDataSetInTheField()
Gets or sets the data set in the field.
public void setDataSetInTheField(CadIntParameter value)
Gets or sets the data set in the field.
value
- The data set in the field.public List<CadStringParameter> getObjectIds()
Gets or sets the object ids.
public void setObjectIds(List<CadStringParameter> value)
Gets or sets the object ids.
value
- The object ids.public CadIntParameter getObjectIDsNumber()
Gets or sets the object i ds number.
public void setObjectIDsNumber(CadIntParameter value)
Gets or sets the object i ds number.
value
- The object i ds number.public List<CadStringParameter> getChildFieldIds()
Gets or sets the child field ids.
public void setChildFieldIds(List<CadStringParameter> value)
Gets or sets the child field ids.
value
- The child field ids.public CadStringParameter getEvaluatorId()
Gets or sets the evaluator identifier.
public void setEvaluatorId(CadStringParameter value)
Gets or sets the evaluator identifier.
value
- The evaluator identifier.public CadStringParameter getFieldCodeString()
Gets or sets the field code string.
public void setFieldCodeString(CadStringParameter value)
Gets or sets the field code string.
value
- The field code string.public CadStringParameter getFieldCodeStringOverflow()
Gets or sets the field code string overflow.
public void setFieldCodeStringOverflow(CadStringParameter value)
Gets or sets the field code string overflow.
value
- The field code string overflow.public CadIntParameter getChildFieldsNumber()
Gets or sets the child fields number.
public void setChildFieldsNumber(CadIntParameter value)
Gets or sets the child fields number.
value
- The child fields number.