|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ninja.activeproxy.path.description.ElementDescription
|
+--ninja.activeproxy.path.description.IODescription
Description of input and output. Abstract class which will force instantiation of children of this class.
| Fields inherited from class ninja.activeproxy.path.description.ElementDescription |
attributes,
children,
type |
| Constructor Summary | |
IODescription(java.lang.String type)
Constructs an IODescription of the given type. |
|
| Method Summary | |
DataTypeDescription |
getDataType()
Returns the data type of this IODescription. |
ProtocolDescription |
getProtocol()
Returns the protocol of this IODescription. |
| Methods inherited from class ninja.activeproxy.path.description.ElementDescription |
addChild,
addChildren,
getAllAttributes,
getAttr,
getChildren,
getChildrenByType,
getType,
removeChild,
removeChildrenByType,
setAttr |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public IODescription(java.lang.String type)
type - the type of the IODescription.| Method Detail |
public ProtocolDescription getProtocol()
public DataTypeDescription getDataType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||