private static enum AttributesFormat.Type extends Enum<AttributesFormat.Type>
Enum Constant and Description |
---|
choice |
date |
hash |
none |
number |
time |
urlencoded |
Modifier and Type | Method and Description |
---|---|
(package private) abstract Object |
toArg(Attributes attrs,
int tag,
int index) |
static AttributesFormat.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributesFormat.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributesFormat.Type none
public static final AttributesFormat.Type number
public static final AttributesFormat.Type date
public static final AttributesFormat.Type time
public static final AttributesFormat.Type choice
public static final AttributesFormat.Type hash
public static final AttributesFormat.Type urlencoded
public static AttributesFormat.Type[] values()
for (AttributesFormat.Type c : AttributesFormat.Type.values()) System.out.println(c);
public static AttributesFormat.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 nullabstract Object toArg(Attributes attrs, int tag, int index)
Copyright © 2017 dcm4che.org. All rights reserved.