Uses of Class
org.otfeed.protocol.VersionEnum

Packages that use VersionEnum
org.otfeed.protocol Contains the implementation classes. 
 

Uses of VersionEnum in org.otfeed.protocol
 

Fields in org.otfeed.protocol declared as VersionEnum
static VersionEnum VersionEnum.CURRENT_VERSION
           
 

Methods in org.otfeed.protocol that return VersionEnum
static VersionEnum VersionEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VersionEnum[] VersionEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.