public static class TestCaseClasses.NestedPrimitiveHolder extends Object
| Constructor and Description |
|---|
TestCaseClasses.NestedPrimitiveHolder(TestCaseClasses.PrimitiveNumberHolder numbers,
char charValue,
boolean booleanValue,
byte byteValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
byte |
getByteValue() |
char |
getCharValue() |
TestCaseClasses.PrimitiveNumberHolder |
getNumbers() |
int |
hashCode() |
boolean |
isBooleanValue() |
String |
toString() |
public TestCaseClasses.NestedPrimitiveHolder(TestCaseClasses.PrimitiveNumberHolder numbers, char charValue, boolean booleanValue, byte byteValue)
public TestCaseClasses.PrimitiveNumberHolder getNumbers()
public char getCharValue()
public boolean isBooleanValue()
public byte getByteValue()
Copyright © 2015 Glasnost. All Rights Reserved.