Uses of Class
com.iizix.Value.Category
Packages that use Value.Category Package Description com.iizigo.prop com.iizix Uses of Value.Category in com.iizigo.prop
Fields in com.iizigo.prop declared as Value.Category Modifier and Type Field Description Value.CategoryPatternManager.CategoryPatterns. categoryThe value type category.Methods in com.iizigo.prop with parameters of type Value.Category Modifier and Type Method Description java.lang.String[][]PatternManager. getCustomPatterns(Value.Category category)Gets the patterns for the value type.Constructors in com.iizigo.prop with parameters of type Value.Category Constructor Description CategoryPatterns(Value.Category category)Constructor.Uses of Value.Category in com.iizix
Fields in com.iizix declared as Value.Category Modifier and Type Field Description Value.CategoryValue.Type. categoryThe category, null for value-specific category.Methods in com.iizix that return Value.Category Modifier and Type Method Description static Value.CategoryValue.Category. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Value.Category[]Value.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.