public class CodeLength
extends java.lang.Object
Constructor and Description |
---|
CodeLength() |
CodeLength(int length1,
int length2) |
Modifier and Type | Method and Description |
---|---|
int |
getLength1() |
int |
getLength2() |
CodeLengthType |
getLengthType() |
void |
setLength(int length1,
int length2) |
void |
setLengthType(CodeLengthType type) |
java.lang.String |
toString() |
public CodeLength()
public CodeLength(int length1, int length2)
public CodeLengthType getLengthType()
public void setLengthType(CodeLengthType type)
public int getLength1()
public int getLength2()
public void setLength(int length1, int length2)
public java.lang.String toString()
toString
in class java.lang.Object