1 26 27 package org.objectweb.ccm.IDL3; 28 29 37 38 public interface UnionDecl 39 extends Scope 40 { 41 46 public void 47 setDiscriminator(TypeRef type); 48 49 56 public void 57 addMember(String name, 58 TypeRef type, 59 AnyValue value); 60 61 66 public TypeRef 67 getType(); 68 69 74 public UnionMembers 75 getMembers(); 76 77 82 public int 83 getDefaultIndex(); 84 } 85 | Popular Tags |