org.omg.model1.cci2
Interface StructuralFeature
- All Superinterfaces:
- BasicObject, ContextCapable, Element, ExtentCapable, Feature, TypedElement, ViewCapable
- All Known Subinterfaces:
- Attribute, Attribute, Reference, Reference, StructuralFeature
- All Known Implementing Classes:
- Attribute, Reference
public interface StructuralFeature
- extends Feature, TypedElement
Abstract class StructuralFeature
|
Method Summary |
String |
getMultiplicity()
Retrieves the value for the attribute multiplicity. |
boolean |
isChangeable()
Retrieves the value for the attribute isChangeable. |
void |
setChangeable(boolean isChangeable)
Sets a new value for the attribute isChangeable. |
void |
setMultiplicity(String multiplicity)
Sets a new value for the attribute multiplicity. |
| Methods inherited from interface org.omg.model1.cci2.Element |
getAnnotation, getContainer, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setSegment, setSegment, setStereotype |
isChangeable
boolean isChangeable()
- Retrieves the value for the attribute
isChangeable.
- Returns:
- The non-null value for attribute
isChangeable.
setChangeable
void setChangeable(boolean isChangeable)
- Sets a new value for the attribute
isChangeable.
- Parameters:
isChangeable - The non-null new value for attribute isChangeable.
getMultiplicity
String getMultiplicity()
- Retrieves the value for the attribute
multiplicity.
- Returns:
- The non-null value for attribute
multiplicity.
setMultiplicity
void setMultiplicity(String multiplicity)
- Sets a new value for the attribute
multiplicity.
- Parameters:
multiplicity - The non-null new value for attribute multiplicity.
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.