com.bonevich.erj.mof.interfaces.model
Interface Domain
- All Superinterfaces:
- AttributeType, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
- All Known Implementing Classes:
- ErjDomainImpl
- public interface Domain
- extends ModelElement, AttributeType
| 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 |
getDataType
public DataType getDataType()
setDataType
public void setDataType(DataType newValue)
getDefaultConstraint
public AttributeConstraint getDefaultConstraint()
setDefaultConstraint
public void setDefaultConstraint(AttributeConstraint newValue)
getDefaultValue
public DefaultValue getDefaultValue()
setDefaultValue
public void setDefaultValue(DefaultValue newValue)
getSchema
public Schema getSchema()
setSchema
public void setSchema(Schema newValue)
Copyright © 2001-2003 bonevich.com. All Rights Reserved.