com.ptc.core.meta.type.command.typemodel.common
Class GetFilteredInstantiableChildrenCommand
java.lang.Object
com.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.GetFilteredInstantiableChildrenCommand
- All Implemented Interfaces:
- com.ptc.core.command.common.Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable
public class GetFilteredInstantiableChildrenCommand
- extends AbstractTypeModelCommand
- implements Externalizable
Gets the TypeIdentifiers that are direct, instantiable inheritors of
both type_id and interface_type_id.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
TypeIdentifier |
getInterface_type_id()
Gets the value of the attribute: interface_type_id; TypeIdentifier
for an interface that will be used along with AbstractTypeModelCommand's
type_id attribute to filter the instantiable children. |
void |
setInterface_type_id(TypeIdentifier a_Interface_type_id)
Sets the value of the attribute: interface_type_id; TypeIdentifier
for an interface that will be used along with AbstractTypeModelCommand's
type_id attribute to filter the instantiable children. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInterface_type_id
public TypeIdentifier getInterface_type_id()
- Gets the value of the attribute: interface_type_id; TypeIdentifier
for an interface that will be used along with AbstractTypeModelCommand's
type_id attribute to filter the instantiable children.
Supported API: true
- Returns:
- TypeIdentifier
setInterface_type_id
public void setInterface_type_id(TypeIdentifier a_Interface_type_id)
throws WTPropertyVetoException
- Sets the value of the attribute: interface_type_id; TypeIdentifier
for an interface that will be used along with AbstractTypeModelCommand's
type_id attribute to filter the instantiable children.
Supported API: true
- Parameters:
a_Interface_type_id -
- Throws:
WTPropertyVetoException