public final class Accessors
extends com.aspose.html.internal.ms.System.Enum
Represents the enumeration of member accessors that is defined by the W3C.
Modifier and Type | Field and Description |
---|---|
static byte |
Deleter
Specifies that the property or method should be handled by delete.
|
static byte |
Getter
Specifies that the property or method should be handled as a getter.
|
static byte |
None
Specifies that the property does not have any special meaning.
|
static byte |
Setter
Specifies that the property or method should be handled as a setter.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final byte None
Specifies that the property does not have any special meaning.
public static final byte Getter
Specifies that the property or method should be handled as a getter.
public static final byte Setter
Specifies that the property or method should be handled as a setter.
public static final byte Deleter
Specifies that the property or method should be handled by delete.