public enum ReservedStructuralVariantCode extends java.lang.Enum<ReservedStructuralVariantCode>
level.AltStructuralVariant| Enum Constant and Description |
|---|
Cnv |
Deletion |
Duplication |
Insertion |
Inversion |
MobileElement |
Tandem |
| Modifier and Type | Method and Description |
|---|---|
static ReservedStructuralVariantCode |
fromId(java.lang.String id) |
java.lang.String |
getId() |
int |
getLevelInSpecification() |
java.util.List<ReservedStructuralVariantCode> |
getParentCodes() |
static ReservedStructuralVariantCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReservedStructuralVariantCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReservedStructuralVariantCode Deletion
public static final ReservedStructuralVariantCode Insertion
public static final ReservedStructuralVariantCode Duplication
public static final ReservedStructuralVariantCode Inversion
public static final ReservedStructuralVariantCode Cnv
public static final ReservedStructuralVariantCode Tandem
public static final ReservedStructuralVariantCode MobileElement
public static ReservedStructuralVariantCode[] values()
for (ReservedStructuralVariantCode c : ReservedStructuralVariantCode.values()) System.out.println(c);
public static ReservedStructuralVariantCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Nullable public static ReservedStructuralVariantCode fromId(@Nonnull java.lang.String id)
public java.lang.String getId()
public int getLevelInSpecification()
public java.util.List<ReservedStructuralVariantCode> getParentCodes()