org.omg.model1.cci2
Interface StructureField

All Superinterfaces:
BasicObject, ContextCapable, Element, ExtentCapable, TypedElement, ViewCapable
All Known Subinterfaces:
StructureField
All Known Implementing Classes:
StructureField

public interface StructureField
extends TypedElement

Class StructureField


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.
 String getMultiplicity()
          Retrieves the value for the attribute multiplicity.
 void setMaxLength(int maxLength)
          Sets a new value for the attribute maxLength.
 void setMultiplicity(String multiplicity)
          Sets a new value for the attribute multiplicity.
 
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, setSegment, setSegment, 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
 

Method Detail

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.

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.