copyright The Portico Project 2008.

Uses of Class
org.portico.shared.model.MOMHelper.Federation

Packages that use MOMHelper.Federation
org.portico.shared.model   
 

Uses of MOMHelper.Federation in org.portico.shared.model
 

Fields in org.portico.shared.model with type parameters of type MOMHelper.Federation
private  HashMap<String,MOMHelper.Federation> MOMHelper.federation13Attributes
           
private  HashMap<String,MOMHelper.Federation> MOMHelper.federation1516Attributes
           
 

Methods in org.portico.shared.model that return MOMHelper.Federation
static MOMHelper.Federation MOMHelper.Federation.forHandle(int handle)
          Find the attribute for the given handle.
static MOMHelper.Federation MOMHelper.Federation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MOMHelper.Federation[] MOMHelper.Federation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


copyright The Portico Project 2008.