public class CadClassEntity extends Object
The Cad class entity.
| Constructor and Description |
|---|
CadClassEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Gets or sets the name of the application.
|
int |
getCountForCustomClass()
Gets or sets the count for custom class.
|
String |
getCppName()
Gets or sets the name of the CPP.
|
String |
getName()
Gets or sets the name.
|
int |
getProxyCapabilitiesFlag()
Gets or sets the proxy capabilities flag.
|
int |
getType()
Gets the class type.
|
boolean |
getWasProxy()
Was-a-proxy flag
|
boolean |
isEntity()
Is-an-entity flag.
|
void |
setApplicationName(String value)
Gets or sets the name of the application.
|
void |
setCountForCustomClass(int value)
Gets or sets the count for custom class.
|
void |
setCppName(String value)
Gets or sets the name of the CPP.
|
void |
setEntity(boolean value)
Is-an-entity flag.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setProxyCapabilitiesFlag(int value)
Gets or sets the proxy capabilities flag.
|
void |
setWasProxy(boolean value)
Was-a-proxy flag
|
public final int getType()
Gets the class type.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
value - The name.public final String getCppName()
Gets or sets the name of the CPP.
public final void setCppName(String value)
Gets or sets the name of the CPP.
value - The name of the CPP.public final String getApplicationName()
Gets or sets the name of the application.
public final void setApplicationName(String value)
Gets or sets the name of the application.
value - The name of the application.public final int getProxyCapabilitiesFlag()
Gets or sets the proxy capabilities flag.
public final void setProxyCapabilitiesFlag(int value)
Gets or sets the proxy capabilities flag.
value - The proxy capabilities flag.public final int getCountForCustomClass()
Gets or sets the count for custom class.
public final void setCountForCustomClass(int value)
Gets or sets the count for custom class.
value - The count for custom class.public final boolean getWasProxy()
Was-a-proxy flag
public final void setWasProxy(boolean value)
Was-a-proxy flag
public final boolean isEntity()
Is-an-entity flag.
public final void setEntity(boolean value)
Is-an-entity flag.
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.