1 package org.omg.mof.Model; 2 3 4 10 11 12 public final class MultiplicityType implements org.omg.CORBA.portable.IDLEntity  14 { 15 public int lower = (int)0; 16 public int upper = (int)0; 17 public boolean isOrdered = false; 18 public boolean isUnique = false; 19 20 public MultiplicityType () 21 { 22 } 24 public MultiplicityType (int _lower, int _upper, boolean _isOrdered, boolean _isUnique) 25 { 26 lower = _lower; 27 upper = _upper; 28 isOrdered = _isOrdered; 29 isUnique = _isUnique; 30 } 32 } | Popular Tags |