Uses of Class
org.apache.avalon.framework.ValuedEnum
Packages that use ValuedEnum
Package
Description
The Framework part of Avalon contains interfaces and contracts surrounding
those interfaces, along with default implementations of some of those
interfaces.
-
Uses of ValuedEnum in org.apache.avalon.framework
Methods in org.apache.avalon.framework with parameters of type ValuedEnumModifier and TypeMethodDescriptionfinal boolean
ValuedEnum.isEqualTo
(ValuedEnum other) Test if enum item is equal in value to other enum.final boolean
ValuedEnum.isGreaterThan
(ValuedEnum other) Test if enum item is greater than in value to other enum.final boolean
ValuedEnum.isGreaterThanOrEqual
(ValuedEnum other) Test if enum item is greater than or equal in value to other enum.final boolean
ValuedEnum.isLessThan
(ValuedEnum other) Test if enum item is less than in value to other enum.final boolean
ValuedEnum.isLessThanOrEqual
(ValuedEnum other) Test if enum item is less than or equal in value to other enum.