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


Method Summary
 DataType getDataType()
           
 AttributeConstraint getDefaultConstraint()
           
 DefaultValue getDefaultValue()
           
 Schema getSchema()
           
 void setDataType(DataType newValue)
           
 void setDefaultConstraint(AttributeConstraint newValue)
           
 void setDefaultValue(DefaultValue newValue)
           
 void setSchema(Schema 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

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.