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

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

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

Methods in edu.nrao.sss.model.proposal that return ProposalType
static ProposalType ProposalType.fromString(String text)
          Returns the proposal type represented by text.
static ProposalType ProposalType.getDefault()
          Returns a default proposal type.
 ProposalType Proposal.getProposalType()
           
static ProposalType ProposalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProposalType[] ProposalType.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 ProposalType
 void Proposal.setProposalType(ProposalType proposalType)
           
 



Copyright © 2009. All Rights Reserved.