|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeType | |
|---|---|
| org.castor.xmlctf | |
| org.exolab.castor.tests.framework.testDescriptor | |
| org.exolab.castor.tests.framework.testDescriptor.types | |
| Uses of TypeType in org.castor.xmlctf |
|---|
| Fields in org.castor.xmlctf declared as TypeType | |
|---|---|
protected TypeType |
XMLTestCase._listenerType
Type of listener test -- Marshal, Unmarshal or Both. |
| Uses of TypeType in org.exolab.castor.tests.framework.testDescriptor |
|---|
| Methods in org.exolab.castor.tests.framework.testDescriptor that return TypeType | |
|---|---|
TypeType |
ListenerType.getType()
Returns the value of field 'type'. |
| Methods in org.exolab.castor.tests.framework.testDescriptor with parameters of type TypeType | |
|---|---|
void |
ListenerType.setType(TypeType type)
Sets the value of field 'type'. |
| Uses of TypeType in org.exolab.castor.tests.framework.testDescriptor.types |
|---|
| Fields in org.exolab.castor.tests.framework.testDescriptor.types declared as TypeType | |
|---|---|
static TypeType |
TypeType.BOTH
The instance of the Both type |
static TypeType |
TypeType.MARSHAL
The instance of the Marshal type |
static TypeType |
TypeType.UNMARSHAL
The instance of the Unmarshal type |
| Methods in org.exolab.castor.tests.framework.testDescriptor.types that return TypeType | |
|---|---|
static TypeType |
TypeType.valueOf(String string)
Method valueOf.Returns a new TypeType based on the given String value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||