|
|||||||||
| 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
com.ptc.core.meta.type.command.typemodel.common.IsACommand
public class IsACommand
Determines if the type_id type is a (is type compatible with) the ancestor
type. Will return true if ancestor is the same as type_id, or is in
the ancestral hierarchy of type_id.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
TypeIdentifier |
getAncestor_type_id()
Gets the value of the attribute: ancestor_type_id. |
boolean |
isIsA()
Gets the value of the attribute: isA. |
void |
setAncestor_type_id(TypeIdentifier a_Ancestor_type_id)
Sets the value of the attribute: ancestor_type_id. |
void |
setIsA(boolean a_IsA)
Sets the value of the attribute: isA. |
| Methods inherited from class com.ptc.core.meta.type.command.typemodel.common.AbstractTypeModelCommand |
|---|
getAnswer, getResultList, getType_id, setAnswer, setType_id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isIsA()
public void setIsA(boolean a_IsA)
throws WTPropertyVetoException
a_IsA -
WTPropertyVetoExceptionpublic TypeIdentifier getAncestor_type_id()
public void setAncestor_type_id(TypeIdentifier a_Ancestor_type_id)
throws WTPropertyVetoException
a_Ancestor_type_id -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||