it.unimo.dbgroup.momis.odli3
Interface GlobalAttribute

All Superinterfaces:
AttributeInterface
All Known Implementing Classes:
GlobalRelationship, GlobalSimpleAttribute

public interface GlobalAttribute
extends AttributeInterface

Describes a Global Attribute.


Method Summary
 void control()
          Controlla a posteriori la coerenza del contenuto degli attributi
 GlobalInterface getGlobalInterface()
          Retrieve the Interface this is Body for
 MappingElement getMappingElement()
          Gets the mappingElement
 Schema getSchema()
          Retrieve the Schema this object is defined on
 void setMappingElement(MappingElement mappingElement)
          sets the mappingElement
 
Methods inherited from interface it.unimo.dbgroup.momis.odli3.AttributeInterface
getDottedName, getIntBody, getInterface, getName, getOptionality, getType, setIntBody, setName, setOptionality, toOdl, toOlcdAttributes
 

Method Detail

getGlobalInterface

public GlobalInterface getGlobalInterface()
Retrieve the Interface this is Body for


getSchema

public Schema getSchema()
Retrieve the Schema this object is defined on


getMappingElement

public MappingElement getMappingElement()
Gets the mappingElement


setMappingElement

public void setMappingElement(MappingElement mappingElement)
sets the mappingElement


control

public void control()
             throws OdlException
Controlla a posteriori la coerenza del contenuto degli attributi

Specified by:
control in interface AttributeInterface
Throws:
OdlException


Universita' di Modena e Reggio Emilia