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
| 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 |
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.