public class SNACPair extends Object
| Constructor and Description |
|---|
SNACPair()
Creates a new SNAC pair.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFamily()
Get the value of family.
|
RateClass |
getRateClass()
Get the value of rc.
|
int |
getSubtype()
Get the value of subtype.
|
void |
setFamily(int family)
Set the value of family.
|
void |
setRateClass(RateClass rc)
Set the value of rc.
|
void |
setSubtype(int subtype)
Set the value of subtype.
|
public RateClass getRateClass()
public void setRateClass(RateClass rc)
rc - Value to assign to rc.public int getFamily()
public void setFamily(int family)
family - Value to assign to family.public int getSubtype()
public void setSubtype(int subtype)
subtype - Value to assign to subtype.