|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.TModelDetail
| Constructor Summary | |
TModelDetail()
|
|
TModelDetail(String generic,
String operator,
TModel[] tModel,
Truncated truncated)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getGeneric()
Gets the generic value for this TModelDetail. |
String |
getOperator()
Gets the operator value for this TModelDetail. |
TModel[] |
getTModel()
Gets the tModel value for this TModelDetail. |
TModel |
getTModel(int i)
|
Truncated |
getTruncated()
Gets the truncated value for this TModelDetail. |
int |
hashCode()
|
void |
setGeneric(String generic)
Sets the generic value for this TModelDetail. |
void |
setOperator(String operator)
Sets the operator value for this TModelDetail. |
void |
setTModel(int i,
TModel _value)
|
void |
setTModel(TModel[] tModel)
Sets the tModel value for this TModelDetail. |
void |
setTruncated(Truncated truncated)
Sets the truncated value for this TModelDetail. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TModelDetail()
public TModelDetail(String generic,
String operator,
TModel[] tModel,
Truncated truncated)
| Method Detail |
public TModel[] getTModel()
public void setTModel(TModel[] tModel)
tModel - public TModel getTModel(int i)
public void setTModel(int i,
TModel _value)
public String getGeneric()
public void setGeneric(String generic)
generic - public String getOperator()
public void setOperator(String operator)
operator - public Truncated getTruncated()
public void setTruncated(Truncated truncated)
truncated - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||