Uses of Class
org.apache.avalon.framework.ValuedEnum

Packages that use ValuedEnum
org.apache.avalon.framework 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 ValuedEnum
 boolean ValuedEnum.isEqualTo(ValuedEnum enum)
           
 boolean ValuedEnum.isGreaterThan(ValuedEnum enum)
           
 boolean ValuedEnum.isGreaterThanOrEqual(ValuedEnum enum)
           
 boolean ValuedEnum.isLessThan(ValuedEnum enum)
           
 boolean ValuedEnum.isLessThanOrEqual(ValuedEnum enum)
           
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.