1 20 package org.objectweb.modfact.corba.provider; 21 22 import java.util.Vector ; 23 24 27 public class MOFClassCached { 28 29 public Vector attributesClassNd = new Vector () ; 30 public Vector attributesClass = new Vector () ; 31 public Vector attributesInstNd = new Vector () ; 32 public Vector attributesInst = new Vector () ; 33 public Vector operationsClass = new Vector () ; 34 public Vector operationsInst = new Vector () ; 35 public Vector refrences = new Vector () ; 36 public Vector mofExcepion = new Vector () ; 37 public Vector mofDatatypes = new Vector () ; 38 public Vector mofTags = new Vector () ; 39 public Vector mofConstants = new Vector () ; 40 public Vector mofConstraints = new Vector () ; 41 42 } 43 | Popular Tags |