Uses of Enum Class
com.iizix.Value.Category
Packages that use Value.Category
Uses of Value.Category in com.iizigo.prop
Fields in com.iizigo.prop declared as Value.CategoryModifier and TypeFieldDescriptionfinal Value.Category
PatternManager.CategoryPatterns.category
The value type category.Methods in com.iizigo.prop with parameters of type Value.CategoryModifier and TypeMethodDescriptionString[][]
PatternManager.getCustomPatterns
(Value.Category category) Gets the patterns for the value type.Constructors in com.iizigo.prop with parameters of type Value.CategoryUses of Value.Category in com.iizix
Fields in com.iizix declared as Value.CategoryModifier and TypeFieldDescriptionfinal Value.Category
Value.Type.category
The category, null for value-specific category.Methods in com.iizix that return Value.CategoryModifier and TypeMethodDescriptionstatic Value.Category
Returns the enum constant of this class with the specified name.static Value.Category[]
Value.Category.values()
Returns an array containing the constants of this enum class, in the order they are declared.