com.ptc.core.meta.type.command.typemodel.common
Class ContainsCommand

java.lang.Object
  extended by com.ptc.core.command.common.bean.AbstractCommand
      extended by com.ptc.core.command.common.bean.AbstractServerCommand
          extended by com.ptc.core.meta.type.command.typemodel.common.AbstractTypeModelCommand
              extended by 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 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

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