public enum NamingRuleType extends Enum<NamingRuleType> implements UaEnumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
NamingRuleType.Codec |
| Enum Constant and Description |
|---|
Constraint |
Mandatory |
Optional |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable NamingRuleType |
from(int value) |
static ExpandedNodeId |
getTypeId() |
int |
getValue() |
static NamingRuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamingRuleType Mandatory
public static final NamingRuleType Optional
public static final NamingRuleType Constraint
public static NamingRuleType[] values()
for (NamingRuleType c : NamingRuleType.values()) System.out.println(c);
public static NamingRuleType 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 getValue()
getValue in interface UaEnumeration@Nullable public static @Nullable NamingRuleType from(int value)
public static ExpandedNodeId getTypeId()
Copyright © 2025. All rights reserved.