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