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