|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.nmrshiftdb.util.StringAndInt
public class StringAndInt
This is a class containing a String and an int
Field Summary | |
---|---|
int |
myInt
The int to hold |
java.lang.String |
myString
The string to hold |
Constructor Summary | |
---|---|
StringAndInt()
Constructor for the StringAndInt object |
|
StringAndInt(java.lang.String str,
int i)
Constructor for the StringAndInt object |
Method Summary | |
---|---|
int |
getInt()
Gets the int attribute of the StringAndInt object |
java.lang.Integer |
getInteger()
Gets the integer attribute of the StringAndInt object |
java.lang.String |
getString()
Gets the string attribute of the StringAndInt object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String myString
public int myInt
Constructor Detail |
---|
public StringAndInt()
public StringAndInt(java.lang.String str, int i)
str
- The stringi
- The intMethod Detail |
---|
public java.lang.String getString()
public int getInt()
public java.lang.Integer getInteger()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |