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

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

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

Methods in edu.nrao.sss.model.proposal that return JustificationFileType
static JustificationFileType JustificationFileType.fromString(String text)
          Returns the justification file type represented by text.
static JustificationFileType JustificationFileType.getDefault()
          Returns a default justification file type.
 JustificationFileType JustificationFileDescriptor.getFileType()
          Returns the type of the JustificationFile described by this object.
static JustificationFileType JustificationFileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JustificationFileType[] JustificationFileType.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 JustificationFileType
 void JustificationFileDescriptor.setFileType(JustificationFileType fileType)
          Sets the type of the JustificationFile described by this object.
 



Copyright © 2009. All Rights Reserved.