| Package | Description | 
|---|---|
| info.bioinfweb.commons.bio | 
| Modifier and Type | Method and Description | 
|---|---|
static CharacterSymbolMeaning | 
CharacterSymbolMeaning.meaningByDefaultSymbol(char c)
Returns the according meaning, if the specified character is one of ,
  or . 
 | 
static CharacterSymbolMeaning | 
CharacterSymbolMeaning.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static CharacterSymbolMeaning[] | 
CharacterSymbolMeaning.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |