public abstract class DxfPropertyClass extends Object
Base class attribute for dxf properties
| Constructor and Description |
|---|
DxfPropertyClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasDefaultValue()
Gets a value indicating whether this instance has a default value.
|
int |
parameterType()
Gets or sets the parameter type.
|
com.aspose.ms.System.Reflection.PropertyInfo |
propertyInfo()
Gets or sets the property info.
|
void |
setDefaultValue(boolean value)
Gets a value indicating whether this instance has a default value.
|
void |
setParameterType(int value)
Gets or sets the parameter type.
|
void |
setPropertyInfo(com.aspose.ms.System.Reflection.PropertyInfo value)
Gets or sets the property info.
|
void |
setSubClassName(String value)
Gets or sets the subclass name.
|
String |
subClassName()
Gets or sets the subclass name.
|
public final int parameterType()
Gets or sets the parameter type.
public final void setParameterType(int value)
Gets or sets the parameter type.
value - The parameter type.public final String subClassName()
Gets or sets the subclass name.
public final void setSubClassName(String value)
Gets or sets the subclass name.
value - The subclass name.public final boolean hasDefaultValue()
Gets a value indicating whether this instance has a default value.
true if this instance has a default value; otherwise, false.public final void setDefaultValue(boolean value)
Gets a value indicating whether this instance has a default value.
value - true if this instance has a default value; otherwise, false.public final com.aspose.ms.System.Reflection.PropertyInfo propertyInfo()
Gets or sets the property info.
public final void setPropertyInfo(com.aspose.ms.System.Reflection.PropertyInfo value)
Gets or sets the property info.
value - The property info.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.