Class AttributeContainerSpec
java.lang.Object
com.ptc.core.meta.container.common.AttributeContainerSpec
- All Implemented Interfaces:
Externalizable,Serializable
- Direct Known Subclasses:
BasicResultSpec
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription
Supported API: trueAttributeContainerSpec(AttributeTypeIdentifier[] the_attribute_type_identifiers)
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: nextOperation.voidputEntries(AttributeTypeIdentifier[] attributes) Puts the attributes represented by the given array of AttributeTypeIdentifiers into the specification.voidputEntries(AttributeTypeIdentifier[] attributes, boolean include_constraints, boolean include_descriptors) Puts the attributes represented by the given array of AttributeTypeIdentifiers into the specification.voidputEntries(AttributeContainerSpec the_attribute_container_spec)
Supported API: truevoidputEntry(AttributeTypeIdentifier attribute) Puts the attribute represented by the given AttributeTypeIdetnifier into the specification.voidputEntry(AttributeTypeIdentifier attribute, boolean include_constraints, boolean include_descriptors) Puts the attribute represented by the given AttributeTypeIdetnifier into the specification.voidremoveEntry(AttributeTypeIdentifier attribute) Removes the attribute represented by the given AttributeTypeIdetnifier from the specification.voidsetNextOperation(OperationIdentifier a_NextOperation) Sets the value of the attribute: nextOperation.
-
Constructor Details
-
AttributeContainerSpec
Supported API: true- Parameters:
the_attribute_type_identifiers-
-
AttributeContainerSpec
public AttributeContainerSpec()
Supported API: true
-
-
Method Details
-
getNextOperation
Gets the value of the attribute: nextOperation.
Supported API: true- Returns:
-
setNextOperation
Sets the value of the attribute: nextOperation.
Supported API: true- Parameters:
a_NextOperation-
-
putEntry
Puts the attribute represented by the given AttributeTypeIdetnifier into the specification. Descriptor and Constraint inclusion for this attribute will be based on the defaults.
Supported API: true- Parameters:
attribute-
-
putEntry
public void putEntry(AttributeTypeIdentifier attribute, boolean include_constraints, boolean include_descriptors) Puts the attribute represented by the given AttributeTypeIdetnifier into the specification. Descriptor and Constraint inclusion for this attribute will be based on the arguments include_descriptors and include_constraints respectively.
Supported API: true- Parameters:
attribute-include_constraints-include_descriptors-
-
putEntries
Puts the attributes represented by the given array of AttributeTypeIdentifiers into the specification. Descriptor and Constraint inclusion for the attributes will be based on the defaults.
Supported API: true- Parameters:
attributes-
-
putEntries
public void putEntries(AttributeTypeIdentifier[] attributes, boolean include_constraints, boolean include_descriptors) Puts the attributes represented by the given array of AttributeTypeIdentifiers into the specification. Descriptor and Constraint inclusion for the attributes will be based on the arguments include_descriptors and include_constraints respectively.
Supported API: true- Parameters:
attributes-include_constraints-include_descriptors-
-
putEntries
Supported API: true- Parameters:
the_attribute_container_spec-
-
removeEntry
Removes the attribute represented by the given AttributeTypeIdetnifier from the specification.
Supported API: true- Parameters:
attribute-
-