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

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.AbstractGetAttributesCommand
All Implemented Interfaces:
com.ptc.core.command.common.Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable
Direct Known Subclasses:
GetHardSchemaAttributesCommand, GetSchemaAttributesCommand, GetSoftSchemaAttributesCommand

public class AbstractGetAttributesCommand
extends com.ptc.core.command.common.bean.AbstractServerCommand
implements Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 com.ptc.core.meta.common.AttributeTypeIdentifierSet getAttributes()
          Gets the value of the attribute: attributes; AttributeTypeIdentifierSet representing the list of requested attributes.
 TypeInstance[] getResultList()
          Provides an implementation to throw UnsupportedOperationException.
 TypeIdentifier getType_id()
          Gets the value of the attribute: type_id; Input to command representing the type for which the attributes are requested.
 void setAttributes(com.ptc.core.meta.common.AttributeTypeIdentifierSet a_Attributes)
          Sets the value of the attribute: attributes; AttributeTypeIdentifierSet representing the list of requested attributes.
 void setType_id(TypeIdentifier a_Type_id)
          Sets the value of the attribute: type_id; Input to command representing the type for which the attributes are requested.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttributes

public com.ptc.core.meta.common.AttributeTypeIdentifierSet getAttributes()
Gets the value of the attribute: attributes; AttributeTypeIdentifierSet representing the list of requested attributes.

Supported API: true

Returns:
AttributeTypeIdentifierSet

setAttributes

public void setAttributes(com.ptc.core.meta.common.AttributeTypeIdentifierSet a_Attributes)
Sets the value of the attribute: attributes; AttributeTypeIdentifierSet representing the list of requested attributes.

Supported API: true

Parameters:
a_Attributes -

getType_id

public TypeIdentifier getType_id()
Gets the value of the attribute: type_id; Input to command representing the type for which the attributes are requested.

Supported API: true

Returns:
TypeIdentifier

setType_id

public void setType_id(TypeIdentifier a_Type_id)
Sets the value of the attribute: type_id; Input to command representing the type for which the attributes are requested.

Supported API: true

Parameters:
a_Type_id -

getResultList

public TypeInstance[] getResultList()
                             throws UnsupportedOperationException
Provides an implementation to throw UnsupportedOperationException.

Supported API: true

Returns:
TypeInstance[]
Throws:
UnsupportedOperationException