Uses of Class
com.aspectran.core.context.rule.type.ItemValueType
-
Packages that use ItemValueType Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of ItemValueType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ItemValueType Modifier and Type Method Description ItemValueTypeItemRule. getValueType()Gets the value type of this item.Methods in com.aspectran.core.context.rule with parameters of type ItemValueType Modifier and Type Method Description voidItemRule. setValueType(ItemValueType valueType)Sets the value type of this item. -
Uses of ItemValueType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return ItemValueType Modifier and Type Method Description static ItemValueTypeItemValueType. resolve(java.lang.String alias)Returns anItemValueTypewith a value represented by the specifiedString.static ItemValueTypeItemValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ItemValueType[]ItemValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-