|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scribble.protocol.model.ModelObject
org.scribble.protocol.model.DataType
public class DataType

This class represents the data type bound to a particular type name used in the protocol.
| Constructor Summary | |
|---|---|
DataType()
Default constructor. |
|
DataType(DataType copy)
Copy constructor. |
|
DataType(String details)
Constructor used to initialise the data type details. |
|
| Method Summary | |
|---|---|
String |
getDetails()
This method returns the details. |
void |
setDetails(String details)
This method sets the details. |
void |
visit(Visitor visitor)
This method visits the data type. |
| Methods inherited from class org.scribble.protocol.model.ModelObject |
|---|
derivedFrom, getAnnotations, getModel, getParent, getProperties, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataType()
public DataType(DataType copy)
copy - The copypublic DataType(String details)
details - The details| Method Detail |
|---|
public String getDetails()
public void setDetails(String details)
details - The detailspublic void visit(Visitor visitor)
visit in class ModelObjectvisitor - The visitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||