com.ptc.core.meta.type.command.typemodel.common
Class ContainsCommand
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.ContainsCommand
- All Implemented Interfaces:
- com.ptc.core.command.common.Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable
public class ContainsCommand
- extends AbstractTypeModelCommand
- implements Externalizable
Returns true if the passed in type_id is a Windchill type.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
boolean |
isContains()
Gets the value of the attribute: contains. |
void |
setContains(boolean a_Contains)
Sets the value of the attribute: contains. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isContains
public boolean isContains()
- Gets the value of the attribute: contains.
Supported API: true
- Returns:
- boolean
setContains
public void setContains(boolean a_Contains)
throws WTPropertyVetoException
- Sets the value of the attribute: contains.
Supported API: true
- Parameters:
a_Contains -
- Throws:
WTPropertyVetoException