ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
umms.core.annotation.Annotation.Strand Enum Reference

Public Member Functions

String toString ()
 
Strand getReverseStrand ()
 

Static Public Member Functions

static Strand fromString (String value)
 

Public Attributes

 POSITIVE =('+')
 
 NEGATIVE =('-')
 
 UNKNOWN =('*')
 

Detailed Description

Author
engreitz Use this enumeration whenever possible to represent strand (rather than using a string or character)

Member Function Documentation

static Strand umms.core.annotation.Annotation.Strand.fromString ( String  value)
static
Strand umms.core.annotation.Annotation.Strand.getReverseStrand ( )

Here is the call graph for this function:

String umms.core.annotation.Annotation.Strand.toString ( )

Member Data Documentation

umms.core.annotation.Annotation.Strand.NEGATIVE =('-')
umms.core.annotation.Annotation.Strand.POSITIVE =('+')
umms.core.annotation.Annotation.Strand.UNKNOWN =('*')

The documentation for this enum was generated from the following file: