|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.unimo.dbgroup.momis.odli3.MomisObject
it.unimo.dbgroup.momis.odli3.StructVar
descrive una variabile contenuta in una struct
| Field Summary | |
java.util.Vector |
dim
dimensione d'array |
java.lang.String |
name
nome della variabile |
Type |
type
tipo della variabile (tipo-valore) |
| 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 | |
StructVar(java.lang.String n,
Type t,
java.util.Vector v)
il costruttore deve specificare tutte le grandezze |
|
| Method Summary | |
java.lang.String |
toOdl()
Odl Representation. |
java.lang.String |
toOlcd(TranslationMap tm)
OLCD Representation. |
| 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 |
public java.lang.String name
public Type type
public java.util.Vector dim
| Constructor Detail |
public StructVar(java.lang.String n,
Type t,
java.util.Vector v)
n - nome della variabilet - tipo della variabilev - dimensioni d'array (Vector di interi)| Method Detail |
public java.lang.String toOdl()
public java.lang.String toOlcd(TranslationMap tm)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||