copyright The Portico Project 2008.

Uses of Class
org.portico.shared.HLAVersion

Packages that use HLAVersion
org.portico.lrc   
org.portico.shared   
org.portico.shared.model   
 

Uses of HLAVersion in org.portico.lrc
 

Fields in org.portico.lrc declared as HLAVersion
protected  HLAVersion LRC.version
           
 

Methods in org.portico.lrc that return HLAVersion
 HLAVersion LRC.getHLAVersion()
           
 

Constructors in org.portico.lrc with parameters of type HLAVersion
LRC(HLAVersion version, ISpecHelper helper)
          Create a new instance of the LRC that is targeted at the given HLAVersion and that should use the provided ISpecHelper.
 

Uses of HLAVersion in org.portico.shared
 

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

Uses of HLAVersion in org.portico.shared.model
 

Fields in org.portico.shared.model declared as HLAVersion
private  HLAVersion ObjectModel.version
           
 

Constructors in org.portico.shared.model with parameters of type HLAVersion
ObjectModel(HLAVersion version)
          Creates a new instance with the given version
 


copyright The Portico Project 2008.