Uses of Enum Class
org.aoju.bus.image.metric.service.Level
Packages that use Level
-
Uses of Level in org.aoju.bus.image.metric.service
Methods in org.aoju.bus.image.metric.service that return LevelModifier and TypeMethodDescriptionstatic LevelReturns the enum constant of this class with the specified name.static LevelLevel.valueOf(Attributes attrs, String[] qrLevels) static Level[]Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.image.metric.service with parameters of type LevelModifier and TypeMethodDescriptionprotected abstract IODLevel.queryKeysIOD(Level rootLevel, boolean relational) protected abstract IODLevel.retrieveKeysIOD(Level rootLevel, boolean relational) voidLevel.validateQueryKeys(Attributes attrs, Level rootLevel, boolean relational) voidLevel.validateRetrieveKeys(Attributes attrs, Level rootLevel, boolean relational) -
Uses of Level in org.aoju.bus.image.plugin
Methods in org.aoju.bus.image.plugin with parameters of type Level