Uses of Class
org.nakedobjects.applib.fixtures.FixtureType

Packages that use FixtureType
org.nakedobjects.applib.fixtures   
 

Uses of FixtureType in org.nakedobjects.applib.fixtures
 

Methods in org.nakedobjects.applib.fixtures that return FixtureType
 FixtureType AbstractFixture.getType()
          As specified in constructor.
 FixtureType InstallableFixture.getType()
          Determines whether the fixture will be installed, dependent on the state of the object (data) store and the user profile store.
 FixtureType LogonFixture.getType()
           
static FixtureType FixtureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FixtureType[] FixtureType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.nakedobjects.applib.fixtures with parameters of type FixtureType
AbstractFixture(FixtureType fixtureType)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.