rs.sol.soloist.server.uml.concepts.reflection
Interface IStructuralFeature

All Superinterfaces:
rs.sol.soloist.server.uml.concepts.IElement, IFeature, IMElement, IMultiplicityElement, INamedElement, ITypedElement
All Known Subinterfaces:
IProperty

public interface IStructuralFeature
extends IFeature, IMultiplicityElement, ITypedElement

Abstract generalization of structural features of Classifiers.


Method Summary
 boolean isReadOnly()
          Is this Structural Feature read-only (cannot be modified)?
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.IFeature
getFeaturingClassifier, isStatic
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.IMultiplicityElement
conformsTo, getLowerBound, getUpperBound, includesCardinality, includesMultiplicity, isLimited, isMultiValued, isOrdered, isSingleValued, isUnique, isUnlimited
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.ITypedElement
canAccept, getType, getTypeFQName, getTypeUQName
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.INamedElement
getFQName, getNamespace, getUQName, getVisibility
 

Method Detail

isReadOnly

boolean isReadOnly()
                   throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
Is this Structural Feature read-only (cannot be modified)?

Throws:
rs.sol.soloist.server.uml.exceptions.RequestFailedException