org.omg.model1.cci2
Interface Attribute

All Superinterfaces:
BasicObject, ContextCapable, Element, ExtentCapable, Feature, StructuralFeature, TypedElement, ViewCapable
All Known Subinterfaces:
Attribute
All Known Implementing Classes:
Attribute

public interface Attribute
extends StructuralFeature

Class Attribute


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element
Element.Identity
 
Method Summary
 int getMaxLength()
          Retrieves the value for the attribute maxLength.
 boolean isDerived()
          Retrieves the value for the attribute isDerived.
 void setDerived(boolean isDerived)
          Sets a new value for the attribute isDerived.
 void setMaxLength(int maxLength)
          Sets a new value for the attribute maxLength.
 
Methods inherited from interface org.omg.model1.cci2.StructuralFeature
getMultiplicity, isChangeable, setChangeable, setMultiplicity
 
Methods inherited from interface org.omg.model1.cci2.Feature
getScope, getVisibility, setScope, setVisibility
 
Methods inherited from interface org.omg.model1.cci2.TypedElement
getType, setType
 
Methods inherited from interface org.omg.model1.cci2.Element
getAnnotation, getContainer, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setStereotype
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView, getView
 

Method Detail

isDerived

boolean isDerived()
Retrieves the value for the attribute isDerived.

Returns:
The non-null value for attribute isDerived.

setDerived

void setDerived(boolean isDerived)
Sets a new value for the attribute isDerived.

Parameters:
isDerived - The non-null new value for attribute isDerived.

getMaxLength

int getMaxLength()
Retrieves the value for the attribute maxLength.

Returns:
The non-null value for attribute maxLength.

setMaxLength

void setMaxLength(int maxLength)
Sets a new value for the attribute maxLength.

Parameters:
maxLength - The non-null new value for attribute maxLength.


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.