org.omg.model1.cci2
Interface Constant

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

public interface Constant
extends TypedElement

Class Constant


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element
Element.Identity
 
Method Summary
 String getConstValue()
          Retrieves the value for the attribute constValue.
 void setConstValue(String constValue)
          Sets a new value for the attribute constValue.
 
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

getConstValue

String getConstValue()
Retrieves the value for the attribute constValue.

Returns:
The non-null value for attribute constValue.

setConstValue

void setConstValue(String constValue)
Sets a new value for the attribute constValue.

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


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