|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.meta.container.common.AttributeContainerSpec
public class AttributeContainerSpec
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
AttributeContainerSpec()
Supported API: true |
|
AttributeContainerSpec(AttributeTypeIdentifier[] the_attribute_type_identifiers)
Supported API: true |
|
| Method Summary | |
|---|---|
OperationIdentifier |
getNextOperation()
Gets the value of the attribute: nextOperation. |
void |
putEntries(AttributeContainerSpec the_attribute_container_spec)
Supported API: true |
void |
putEntries(AttributeTypeIdentifier[] attributes)
Puts the attributes represented by the given array of AttributeTypeIdentifiers into the specification. |
void |
putEntries(AttributeTypeIdentifier[] attributes,
boolean include_constraints,
boolean include_descriptors)
Puts the attributes represented by the given array of AttributeTypeIdentifiers into the specification. |
void |
putEntry(AttributeTypeIdentifier attribute)
Puts the attribute represented by the given AttributeTypeIdetnifier into the specification. |
void |
putEntry(AttributeTypeIdentifier attribute,
boolean include_constraints,
boolean include_descriptors)
Puts the attribute represented by the given AttributeTypeIdetnifier into the specification. |
void |
removeEntry(AttributeTypeIdentifier attribute)
Removes the attribute represented by the given AttributeTypeIdetnifier from the specification. |
void |
setNextOperation(OperationIdentifier a_NextOperation)
Sets the value of the attribute: nextOperation. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeContainerSpec(AttributeTypeIdentifier[] the_attribute_type_identifiers)
the_attribute_type_identifiers - public AttributeContainerSpec()
| Method Detail |
|---|
public OperationIdentifier getNextOperation()
public void setNextOperation(OperationIdentifier a_NextOperation)
a_NextOperation - public void putEntry(AttributeTypeIdentifier attribute)
attribute -
public void putEntry(AttributeTypeIdentifier attribute,
boolean include_constraints,
boolean include_descriptors)
attribute - include_constraints - include_descriptors - public void putEntries(AttributeTypeIdentifier[] attributes)
attributes -
public void putEntries(AttributeTypeIdentifier[] attributes,
boolean include_constraints,
boolean include_descriptors)
attributes - include_constraints - include_descriptors - public void putEntries(AttributeContainerSpec the_attribute_container_spec)
the_attribute_container_spec - public void removeEntry(AttributeTypeIdentifier attribute)
attribute -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||