public class CadAppIdTableObject extends CadBaseOwned
The Cad app id table.
Constructor and Description |
---|
CadAppIdTableObject()
Initializes a new instance of the
CadAppIdTableObject class. |
Modifier and Type | Method and Description |
---|---|
short |
getApplicationFlag()
Gets or sets the application flag.
|
String |
getAppName()
Gets or sets the app name.
|
boolean |
getAppNameIsSet()
Gets a value indicating whether app name is set.
|
void |
setApplicationFlag(short value)
Gets or sets the application flag.
|
void |
setAppName(String value)
Gets or sets the app name.
|
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadAppIdTableObject()
Initializes a new instance of the CadAppIdTableObject
class.
public String getAppName()
Gets or sets the app name.
public void setAppName(String value)
Gets or sets the app name.
public boolean getAppNameIsSet()
Gets a value indicating whether app name is set.
public short getApplicationFlag()
Gets or sets the application flag.
public void setApplicationFlag(short value)
Gets or sets the application flag.