com.bonevich.erj.mof.interfaces.model
Interface Attribute

All Superinterfaces:
ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Implementing Classes:
ErjAttributeImpl

public interface Attribute
extends ModelElement


Method Summary
 AttributeConstraint getConstraint()
           
 DefaultValue getDefaultValue()
           
 Relation getRelation()
           
 AttributeType getType()
           
 void setConstraint(AttributeConstraint newValue)
           
 void setDefaultValue(DefaultValue newValue)
           
 void setRelation(Relation newValue)
           
 void setType(AttributeType newValue)
           
 
Methods inherited from interface com.bonevich.erj.mof.interfaces.model.ModelElement
getDescription, getIdentifier, getName, setDescription, setIdentifier, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refDelete, refGetClass, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerify
 

Method Detail

getConstraint

public AttributeConstraint getConstraint()

setConstraint

public void setConstraint(AttributeConstraint newValue)

getDefaultValue

public DefaultValue getDefaultValue()

setDefaultValue

public void setDefaultValue(DefaultValue newValue)

getRelation

public Relation getRelation()

setRelation

public void setRelation(Relation newValue)

getType

public AttributeType getType()

setType

public void setType(AttributeType newValue)


Copyright © 2001-2003 bonevich.com. All Rights Reserved.