public enum SignSourceTypeV2 extends Enum<SignSourceTypeV2>
| Enum Constant and Description |
|---|
SignSourceTypeApp |
SignSourceTypeBrand |
SignSourceTypeCompany |
| Modifier and Type | Method and Description |
|---|---|
int |
getSourceType() |
static SignSourceTypeV2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignSourceTypeV2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignSourceTypeV2 SignSourceTypeCompany
public static final SignSourceTypeV2 SignSourceTypeApp
public static final SignSourceTypeV2 SignSourceTypeBrand
public static SignSourceTypeV2[] values()
for (SignSourceTypeV2 c : SignSourceTypeV2.values()) System.out.println(c);
public static SignSourceTypeV2 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 getSourceType()
Copyright © 2025. All rights reserved.