it.unimo.dbgroup.momis.odli3
Class DefaultValue

java.lang.Object
  extended byit.unimo.dbgroup.momis.odli3.MomisObject
      extended byit.unimo.dbgroup.momis.odli3.MappingRule
          extended byit.unimo.dbgroup.momis.odli3.DefaultValue
All Implemented Interfaces:
java.io.Serializable

public class DefaultValue
extends MappingRule
implements java.io.Serializable

Descrive una mapping rule di tipo valore di default

See Also:
Serialized Form

Field Summary
private  java.lang.String iName
          Nome della classe dell'attributo
 Interface localClass
          Oggetto istanza di Interface che rappresenta la classe locale
private  java.lang.String sName
          Nome del sorgente dell'attributo
 java.lang.String value
          valore costante assunto a livello locale dall'attributo globale
 
Fields inherited from class it.unimo.dbgroup.momis.odli3.MomisObject
mod_GenericODLParser, mod_GlobalSchema, mod_QueryManger, mod_SIDes_ARM, mod_SIDes_ARTEMIS, mod_SIDes_EXTM, mod_SIDes_JoinMap, mod_SIDes_main, mod_SIDes_SAM, mod_SIDes_SIM, mod_SIDes_SIM2, mod_SIDes_SLIM, mod_SIDes_TREdit, mod_SIDes_TUNIM
 
Constructor Summary
DefaultValue(java.lang.String sn, java.lang.String in, java.lang.String dv)
          il costruttore deve specificare la classe locale attraverso un path univoco
 
Methods inherited from class it.unimo.dbgroup.momis.odli3.MappingRule
control
 
Methods inherited from class it.unimo.dbgroup.momis.odli3.MomisObject
getAdditionalInfo, getAdditionalInfos, getGenericProducerDescription, getProducerDescription, getProducerId, putAdditionalInfo, setProducerId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sName

private java.lang.String sName
Nome del sorgente dell'attributo


iName

private java.lang.String iName
Nome della classe dell'attributo


localClass

public Interface localClass
Oggetto istanza di Interface che rappresenta la classe locale


value

public java.lang.String value
valore costante assunto a livello locale dall'attributo globale

Constructor Detail

DefaultValue

public DefaultValue(java.lang.String sn,
                    java.lang.String in,
                    java.lang.String dv)
il costruttore deve specificare la classe locale attraverso un path univoco

Parameters:
sn - nome del sorgente
in - nome della classe
dv - valore di default


Universita' di Modena e Reggio Emilia