1 package org.omg.mof.Model; 2 3 4 10 11 12 public final class CanRaiseLink implements org.omg.CORBA.portable.IDLEntity  14 { 15 public org.omg.mof.Model.Operation operation = null; 16 public org.omg.mof.Model.MofException except = null; 17 18 public CanRaiseLink () 19 { 20 } 22 public CanRaiseLink (org.omg.mof.Model.Operation _operation, org.omg.mof.Model.MofException _except) 23 { 24 operation = _operation; 25 except = _except; 26 } 28 } | Popular Tags |