public enum CathCategory extends Enum<CathCategory>
Enum Constant and Description |
---|
Architecture |
Class |
DomainCounter |
Homology |
IdenticalSequenceFamily |
LikeSequenceFamily |
OrthologousSequenceFamily |
SequenceFamily |
Topolgy |
Modifier and Type | Method and Description |
---|---|
static CathCategory |
fromCathCode(String code) |
static CathCategory |
fromString(String type) |
String |
toString() |
static CathCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CathCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CathCategory Class
public static final CathCategory Architecture
public static final CathCategory Topolgy
public static final CathCategory Homology
public static final CathCategory SequenceFamily
public static final CathCategory OrthologousSequenceFamily
public static final CathCategory LikeSequenceFamily
public static final CathCategory IdenticalSequenceFamily
public static final CathCategory DomainCounter
public static CathCategory[] values()
for (CathCategory c : CathCategory.values()) System.out.println(c);
public static CathCategory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static CathCategory fromString(String type)
public String toString()
toString
in class Enum<CathCategory>
public static CathCategory fromCathCode(String code)
Copyright © 2000–2019 BioJava. All rights reserved.