public static enum AttributeWriteMask.Options extends Enum<AttributeWriteMask.Options> implements OptionSpecification
OptionSpecification.Builder| Modifier and Type | Method and Description |
|---|---|
int |
getBitPosition()
Position of bit, 0 is first bit.
|
LocalizedText |
getDescription()
Returns the Description of the Option.
|
String |
getName()
Returns the Name of the Option.
|
static AttributeWriteMask.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeWriteMask.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfbuilderpublic static final AttributeWriteMask.Options AccessLevel
public static final AttributeWriteMask.Options ArrayDimensions
public static final AttributeWriteMask.Options BrowseName
public static final AttributeWriteMask.Options ContainsNoLoops
public static final AttributeWriteMask.Options DataType
public static final AttributeWriteMask.Options Description
public static final AttributeWriteMask.Options DisplayName
public static final AttributeWriteMask.Options EventNotifier
public static final AttributeWriteMask.Options Executable
public static final AttributeWriteMask.Options Historizing
public static final AttributeWriteMask.Options InverseName
public static final AttributeWriteMask.Options IsAbstract
public static final AttributeWriteMask.Options MinimumSamplingInterval
public static final AttributeWriteMask.Options NodeClass
public static final AttributeWriteMask.Options NodeId
public static final AttributeWriteMask.Options Symmetric
public static final AttributeWriteMask.Options UserAccessLevel
public static final AttributeWriteMask.Options UserExecutable
public static final AttributeWriteMask.Options UserWriteMask
public static final AttributeWriteMask.Options ValueRank
public static final AttributeWriteMask.Options WriteMask
public static final AttributeWriteMask.Options ValueForVariableType
public static final AttributeWriteMask.Options DataTypeDefinition
public static final AttributeWriteMask.Options RolePermissions
public static final AttributeWriteMask.Options AccessRestrictions
public static final AttributeWriteMask.Options AccessLevelEx
public static AttributeWriteMask.Options[] values()
for (AttributeWriteMask.Options c : AttributeWriteMask.Options.values()) System.out.println(c);
public static AttributeWriteMask.Options valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getBitPosition()
BitPositiongetBitPosition in interface BitPositionpublic String getName()
OptionSpecificationgetName in interface OptionSpecificationpublic LocalizedText getDescription()
OptionSpecificationgetDescription in interface OptionSpecificationCopyright © 2026. All rights reserved.