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