|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.SNACPair
public class SNACPair
SNAC family/type pairs used for rate classes.
| Constructor Summary | |
|---|---|
SNACPair()
Creates a new SNAC pair. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SNACPair()
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||