1 8 9 10 11 40 41 42 43 package org.omg.CORBA.ValueDefPackage; 44 45 46 47 public final class FullValueDescription implements 48 49 org.omg.CORBA.portable.IDLEntity { 50 51 52 53 public java.lang.String name; 54 55 public java.lang.String id; 56 57 public boolean is_abstract; 58 59 public boolean is_custom; 60 61 public java.lang.String defined_in; 62 63 public java.lang.String version; 64 65 public org.omg.CORBA.OperationDescription [] operations; 66 67 public org.omg.CORBA.AttributeDescription [] attributes; 68 69 public org.omg.CORBA.ValueMember [] members; 70 71 public org.omg.CORBA.Initializer [] initializers; 72 73 public java.lang.String [] supported_interfaces; 74 75 public java.lang.String [] abstract_base_values; 76 77 public boolean is_truncatable; 78 79 public java.lang.String base_value; 80 81 public org.omg.CORBA.TypeCode type; 82 83 84 85 public FullValueDescription () { 86 87 throw new org.omg.CORBA.NO_IMPLEMENT (); 88 89 } 90 91 92 93 public FullValueDescription (java.lang.String name, 94 95 java.lang.String id, 96 97 boolean is_abstract, 98 99 boolean is_custom, 100 101 java.lang.String defined_in, 102 103 java.lang.String version, 104 105 org.omg.CORBA.OperationDescription [] operations, 106 107 org.omg.CORBA.AttributeDescription [] attributes, 108 109 org.omg.CORBA.ValueMember [] members, 110 111 org.omg.CORBA.Initializer [] initializers, 112 113 java.lang.String [] supported_interfaces, 114 115 java.lang.String [] abstract_base_values, 116 117 boolean is_truncatable, 118 119 java.lang.String base_value, 120 121 org.omg.CORBA.TypeCode type) { 122 123 124 125 throw new org.omg.CORBA.NO_IMPLEMENT (); 126 127 } 128 129 } 130 131 | Popular Tags |