| Package | Description |
|---|---|
| org.aoju.bus.image.metric |
| Modifier and Type | Field and Description |
|---|---|
protected TagCamel.TagType |
TagCamel.type |
| Modifier and Type | Method and Description |
|---|---|
TagCamel.TagType |
TagCamel.getType() |
static TagCamel.TagType |
TagCamel.TagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagCamel.TagType[] |
TagCamel.TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TemporalAccessor |
TagValue.getDateFromElement(XMLStreamReader xmler,
String attribute,
TagCamel.TagType type,
TemporalAccessor defaultValue) |
static TemporalAccessor[] |
TagValue.getDatesFromElement(XMLStreamReader xmler,
String attribute,
TagCamel.TagType type,
TemporalAccessor[] defaultValue) |
static TemporalAccessor[] |
TagValue.getDatesFromElement(XMLStreamReader xmler,
String attribute,
TagCamel.TagType type,
TemporalAccessor[] defaultValue,
String separator) |
| Constructor and Description |
|---|
TagCamel(int id,
String keyword,
String displayedName,
TagCamel.TagType type) |
TagCamel(int id,
String keyword,
String displayedName,
TagCamel.TagType type,
int vmMin,
int vmMax,
Object defaultValue) |
TagCamel(int id,
String keyword,
TagCamel.TagType type) |
TagCamel(int id,
String keyword,
TagCamel.TagType type,
int vmMin,
int vmMax) |
TagCamel(String keyword,
String displayedName,
TagCamel.TagType type) |
TagCamel(String keyword,
TagCamel.TagType type) |
TagCamel(String name,
TagCamel.TagType type,
int vmMin,
int vmMax) |
Copyright © 2021. All rights reserved.