Uses of Enum Class
org.aoju.bus.image.metric.TagCamel.TagType
Packages that use TagCamel.TagType
-
Uses of TagCamel.TagType in org.aoju.bus.image.metric
Fields in org.aoju.bus.image.metric declared as TagCamel.TagTypeMethods in org.aoju.bus.image.metric that return TagCamel.TagTypeModifier and TypeMethodDescriptionTagCamel.getType()static TagCamel.TagTypeReturns the enum constant of this class with the specified name.static TagCamel.TagType[]TagCamel.TagType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.image.metric with parameters of type TagCamel.TagTypeModifier and TypeMethodDescriptionstatic TemporalAccessorTagValue.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) Constructors in org.aoju.bus.image.metric with parameters of type TagCamel.TagTypeModifierConstructorDescriptionTagCamel(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)