| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeListAttribute
A representation of the model object 'Attribute List Attribute'.
|
interface |
BasedAttribute
A representation of the model object 'Based Attribute'.
|
interface |
DateAttribute
A representation of the model object 'Date Attribute'.
|
interface |
DefaultValueAttribute
A representation of the model object 'Default Value Attribute'.
|
interface |
DefinedAttribute
A representation of the model object 'Defined Attribute'.
|
interface |
DimensionAttribute
A representation of the model object 'Dimension Attribute'.
|
interface |
EntryAttribute
A representation of the model object 'Entry Attribute'.
|
interface |
EnvironmentAttribute
A representation of the model object 'Environment Attribute'.
|
interface |
ExternalAttribute
A representation of the model object 'External Attribute'.
|
interface |
GenericAttribute
A representation of the model object 'Generic Attribute'.
|
interface |
InitialAttribute
A representation of the model object 'Initial Attribute'.
|
interface |
InitialCallAttribute
A representation of the model object 'Initial Call Attribute'.
|
interface |
InitialToAttribute
A representation of the model object 'Initial To Attribute'.
|
interface |
InitialValueAttribute
A representation of the model object 'Initial Value Attribute'.
|
interface |
ISubDefinedAttribute
A representation of the model object 'ISub Defined Attribute'.
|
interface |
LabelAttribute
A representation of the model object 'Label Attribute'.
|
interface |
OptionsAttribute
A representation of the model object 'Options Attribute'.
|
interface |
PictureAttribute
A representation of the model object 'Picture Attribute'.
|
interface |
PrecisionSpecAttribute
A representation of the model object 'Precision Spec Attribute'.
|
interface |
ReferableLengthAttribute
A representation of the model object 'Referable Length Attribute'.
|
interface |
ReservedAttribute
A representation of the model object 'Reserved Attribute'.
|
interface |
SuppressAttribute
A representation of the model object 'Suppress Attribute'.
|
interface |
TypeReferencingAttribute
A representation of the model object 'Type Referencing Attribute'.
|
interface |
ValueAttribute
A representation of the model object 'Value Attribute'.
|
interface |
VariableReferencingAttribute
A representation of the model object 'Variable Referencing Attribute'.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
PLIFactory.createAttribute()
Returns a new object of class 'Attribute'.
|
Attribute |
ProcedureStatement.getScopeAttribute()
Returns the value of the 'Scope Attribute' containment reference.
|
Attribute |
EntryStatement.getScopeAttribute()
Returns the value of the 'Scope Attribute' containment reference.
|
Attribute |
DefineOrdinalStatement.getSignAttribute()
Returns the value of the 'Sign Attribute' containment reference.
|
Attribute |
ProcedureStatement.getSuppressAttribute()
Returns the value of the 'Suppress Attribute' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
ValueAttributeList.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
StructurePart.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
ParameterDescription.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
OpenOptionsGroup.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
MacroDeclarePart.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
InitialToAttribute.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
GenericDescriptorAttributes.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
DefineAliasStatement.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
DefaultClause.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
DeclarePart.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
ControlledAllocateOptions.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
AttributeListAttribute.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Attribute> |
ProcedureStatement.getReturns()
Returns the value of the 'Returns' containment reference list.
|
java.util.List<Attribute> |
MacroProcedureStatement.getReturns()
Returns the value of the 'Returns' containment reference list.
|
java.util.List<Attribute> |
EntryStatement.getReturns()
Returns the value of the 'Returns' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcedureStatement.setScopeAttribute(Attribute value)
Sets the value of the '
Scope Attribute' containment reference. |
void |
EntryStatement.setScopeAttribute(Attribute value)
Sets the value of the '
Scope Attribute' containment reference. |
void |
DefineOrdinalStatement.setSignAttribute(Attribute value)
Sets the value of the '
Sign Attribute' containment reference. |
void |
ProcedureStatement.setSuppressAttribute(Attribute value)
Sets the value of the '
Suppress Attribute' containment reference. |