public final class Accessors
extends com.aspose.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.
|
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.