public class ResidueAnnotation extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
annotation
The residue annotation as a string.
|
boolean |
clickable
If true the given annotation is clickable.
|
long |
identifier
A unique (external) identifier for the annotation.
|
| Constructor and Description |
|---|
ResidueAnnotation(String annotation,
long identifier,
boolean clickable)
Create a new ResidueAnnotation object.
|
public final String annotation
public final long identifier
public final boolean clickable
public ResidueAnnotation(String annotation, long identifier, boolean clickable)
annotation - the residue annotation as a stringidentifier - a unique (external) identifier for the annotationclickable - if true the given annotation is clickableCopyright © 2021. All rights reserved.