public class StructureName extends Object implements Comparable<StructureName>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
chainId |
protected String |
name |
protected String |
pdbId |
| Constructor and Description |
|---|
StructureName(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StructureName o) |
boolean |
equals(Object obj) |
String |
getChainId() |
String |
getName() |
String |
getPdbId()
PDB IDs are always returned as upper case
|
boolean |
hasChainID() |
int |
hashCode() |
boolean |
isCathID() |
boolean |
isPdbId() |
boolean |
isPDPDomain() |
boolean |
isScopName() |
String |
toString() |
protected String name
protected String pdbId
protected String chainId
public StructureName(String name)
public String getPdbId()
public String getChainId()
public String getName()
public boolean isScopName()
public boolean hasChainID()
public boolean isPDPDomain()
public int compareTo(StructureName o)
compareTo in interface Comparable<StructureName>public boolean isCathID()
public boolean isPdbId()
Copyright © 2000-2015 BioJava. All Rights Reserved.