public static enum ConfigPropertySetEntry.Type extends Enum<ConfigPropertySetEntry.Type>
Modifier and Type | Method and Description |
---|---|
static ConfigPropertySetEntry.Type |
forPropertySetType(int psType) |
int |
getPropertySetType() |
static ConfigPropertySetEntry.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigPropertySetEntry.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigPropertySetEntry.Type STRING
public static final ConfigPropertySetEntry.Type TEXT
public static final ConfigPropertySetEntry.Type INTEGER
public static final ConfigPropertySetEntry.Type LONG
public static final ConfigPropertySetEntry.Type BOOLEAN
public static ConfigPropertySetEntry.Type[] values()
for (ConfigPropertySetEntry.Type c : ConfigPropertySetEntry.Type.values()) System.out.println(c);
public static ConfigPropertySetEntry.Type 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 getPropertySetType()
public static ConfigPropertySetEntry.Type forPropertySetType(int psType)
Copyright © 2002-2022 Atlassian. All Rights Reserved.