public enum BMCStoreSubType extends Enum<BMCStoreSubType>
Java class for BMCStoreSubType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BMCStoreSubType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CoOp"/>
<enumeration value="GlobalStore"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CO_OP |
GLOBAL_STORE |
| Modifier and Type | Method and Description |
|---|---|
static BMCStoreSubType |
fromValue(String v) |
String |
value() |
static BMCStoreSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BMCStoreSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BMCStoreSubType CO_OP
public static final BMCStoreSubType GLOBAL_STORE
public static BMCStoreSubType[] values()
for (BMCStoreSubType c : BMCStoreSubType.values()) System.out.println(c);
public static BMCStoreSubType 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 value()
public static BMCStoreSubType fromValue(String v)
Copyright © 2024. All rights reserved.