Uses of Class
org.obolibrary.oboformat.model.Frame.FrameType

Packages that use Frame.FrameType
org.obolibrary.oboformat.model   
 

Uses of Frame.FrameType in org.obolibrary.oboformat.model
 

Fields in org.obolibrary.oboformat.model declared as Frame.FrameType
protected  Frame.FrameType Frame.type
           
 

Methods in org.obolibrary.oboformat.model that return Frame.FrameType
 Frame.FrameType Frame.getType()
           
static Frame.FrameType Frame.FrameType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Frame.FrameType[] Frame.FrameType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.obolibrary.oboformat.model with parameters of type Frame.FrameType
 void Frame.setType(Frame.FrameType type)
           
 

Constructors in org.obolibrary.oboformat.model with parameters of type Frame.FrameType
Frame(Frame.FrameType type)
           
 



Copyright © 2010-2014. All Rights Reserved.