public static enum Attributes.Type extends Enum<Attributes.Type>
| Enum Constant and Description |
|---|
DOUBLE |
DOUBLES |
LONG |
LONGS |
STRING |
STRINGS |
VERSION |
VERSIONS |
| Modifier and Type | Method and Description |
|---|---|
Attributes.Type |
plural() |
String |
toString() |
static Attributes.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attributes.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attributes.Type STRING
public static final Attributes.Type LONG
public static final Attributes.Type VERSION
public static final Attributes.Type DOUBLE
public static final Attributes.Type STRINGS
public static final Attributes.Type LONGS
public static final Attributes.Type VERSIONS
public static final Attributes.Type DOUBLES
public static Attributes.Type[] values()
for (Attributes.Type c : Attributes.Type.values()) System.out.println(c);
public static Attributes.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 String toString()
toString in class Enum<Attributes.Type>public Attributes.Type plural()
Copyright © 2021. All rights reserved.