Uses of Class
edu.nrao.sss.model.proposal.SupportType

Packages that use SupportType
edu.nrao.sss.model.proposal Proposal object model. 
 

Uses of SupportType in edu.nrao.sss.model.proposal
 

Methods in edu.nrao.sss.model.proposal that return SupportType
static SupportType SupportType.fromString(String text)
          Returns the support type represented by text.
static SupportType SupportType.getDefault()
          Returns a default support type.
 SupportType Proposal.getStaffSupport()
           
static SupportType SupportType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SupportType[] SupportType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.proposal with parameters of type SupportType
 void Proposal.setStaffSupport(SupportType sSupport)
           
 



Copyright © 2009. All Rights Reserved.