it.unimo.dbgroup.momis.odli3
Class OpVar

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

public class OpVar
extends MomisObject
implements java.io.Serializable

Variabile passata come parametro da un'operazione all'interno di una Interface

See Also:
Serialized Form

Field Summary
 java.util.Vector dim
          dimensione d'array
 boolean flagIn
          indica se il parametro e' IN
 boolean flagOut
          indica se il parametro e' OUT
 java.lang.String name
          nome del parametro
 SimpleType type
          tipo del parametro
 
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
OpVar(java.lang.String n, boolean fi, boolean fo, SimpleType t, java.util.Vector d)
          il costruttore deve specificare tutte le grandezze
 
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

name

public java.lang.String name
nome del parametro


type

public SimpleType type
tipo del parametro


flagIn

public boolean flagIn
indica se il parametro e' IN


flagOut

public boolean flagOut
indica se il parametro e' OUT


dim

public java.util.Vector dim
dimensione d'array

Constructor Detail

OpVar

public OpVar(java.lang.String n,
             boolean fi,
             boolean fo,
             SimpleType t,
             java.util.Vector d)
il costruttore deve specificare tutte le grandezze

Parameters:
n - nome del parametro
fi - indica se il parametro e' IN
fo - indica se il parametro e' OUT
t - tipo del parametro
d - dimensione d'array


Universita' di Modena e Reggio Emilia