public abstract class DxfSingleValueProperty extends DxfPropertyClass
Base class attribute for dxf single value properties
| Constructor and Description |
|---|
DxfSingleValueProperty(int attribute,
int parameterType,
String subClassName)
Initializes a new instance of the
DxfSingleValueProperty class. |
| Modifier and Type | Method and Description |
|---|---|
int |
attribute()
Gets or sets property attribute.
|
void |
setAttribute(int value)
Gets or sets property attribute.
|
hasDefaultValue, parameterType, propertyInfo, setDefaultValue, setParameterType, setPropertyInfo, setSubClassName, subClassNamepublic DxfSingleValueProperty(int attribute,
int parameterType,
String subClassName)
Initializes a new instance of the DxfSingleValueProperty class.
attribute - Property attribute.parameterType - Parameter type.subClassName - Subclass name.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.