public enum ConcurrentLockTypeType extends Enum<ConcurrentLockTypeType>
concurrent-lock-typeType
xsd typeModifier and Type | Method and Description |
---|---|
static ConcurrentLockTypeType |
getFromStringValue(String value) |
String |
toString() |
static ConcurrentLockTypeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentLockTypeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConcurrentLockTypeType _READ
public static final ConcurrentLockTypeType _WRITE
public static ConcurrentLockTypeType[] values()
for (ConcurrentLockTypeType c : ConcurrentLockTypeType.values()) System.out.println(c);
public static ConcurrentLockTypeType 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 String toString()
toString
in class Enum<ConcurrentLockTypeType>
public static ConcurrentLockTypeType getFromStringValue(String value)
Copyright © 2022 JBoss by Red Hat. All rights reserved.