|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.command.common.bean.AbstractCommand
com.ptc.core.command.common.bean.AbstractServerCommand
com.ptc.core.meta.type.command.typemodel.common.AbstractTypeModelCommand
public class AbstractTypeModelCommand
Abstract command containing common input attribute (type_id) and common
output attribute (answer) for TypeModel commands.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
TypeIdentifier[] |
getAnswer()
Gets the value of the attribute: answer; TypeIdentifier array output by TypeModel. |
TypeInstance[] |
getResultList()
Provides an implementation to throw UnsupportedOperationException. |
TypeIdentifier |
getType_id()
Gets the value of the attribute: type_id; Input to a typemodel command delegate. |
void |
setAnswer(TypeIdentifier[] a_Answer)
Sets the value of the attribute: answer; TypeIdentifier array output by TypeModel. |
void |
setType_id(TypeIdentifier a_Type_id)
Sets the value of the attribute: type_id; Input to a typemodel command delegate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public TypeIdentifier[] getAnswer()
public void setAnswer(TypeIdentifier[] a_Answer)
throws WTPropertyVetoException
a_Answer -
WTPropertyVetoExceptionpublic TypeIdentifier getType_id()
public void setType_id(TypeIdentifier a_Type_id)
throws WTPropertyVetoException
a_Type_id -
WTPropertyVetoException
public TypeInstance[] getResultList()
throws UnsupportedOperationException
UnsupportedOperationException.
UnsupportedOperationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||