FullValueDescription.java revision 608:7e06bf1dcb09
1116575Smurray/*
2116575Smurray * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
3116575Smurray * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4116575Smurray *
5116575Smurray * This code is free software; you can redistribute it and/or modify it
6116575Smurray * under the terms of the GNU General Public License version 2 only, as
7116575Smurray * published by the Free Software Foundation.  Oracle designates this
8116575Smurray * particular file as subject to the "Classpath" exception as provided
9116575Smurray * by Oracle in the LICENSE file that accompanied this code.
10116575Smurray *
11116575Smurray * This code is distributed in the hope that it will be useful, but WITHOUT
12116575Smurray * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13116575Smurray * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14116575Smurray * version 2 for more details (a copy is included in the LICENSE file that
15116575Smurray * accompanied this code).
16116575Smurray *
17116575Smurray * You should have received a copy of the GNU General Public License version
18116575Smurray * 2 along with this work; if not, write to the Free Software Foundation,
19116575Smurray * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20116575Smurray *
21116575Smurray * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22116575Smurray * or visit www.oracle.com if you need additional information or have any
23116575Smurray * questions.
24116575Smurray */
25116575Smurraypackage com.sun.org.omg.CORBA.ValueDefPackage;
26116575Smurray
27116575Smurray
28116575Smurray/**
29116575Smurray* com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.java
30116575Smurray* Generated by the IDL-to-Java compiler (portable), version "3.0"
31116575Smurray* from ir.idl
32116575Smurray* Thursday, May 6, 1999 1:51:52 AM PDT
33116575Smurray*/
34116575Smurray
35116575Smurray// This file has been manually _CHANGED_
36116575Smurray
37116575Smurraypublic final class FullValueDescription implements org.omg.CORBA.portable.IDLEntity
38116575Smurray{
39116575Smurray    public String name = null;
40116575Smurray    public String id = null;
41116575Smurray    public boolean is_abstract = false;
42116575Smurray    public boolean is_custom = false;
43116575Smurray    public String defined_in = null;
44116575Smurray    public String version = null;
45116575Smurray    public com.sun.org.omg.CORBA.OperationDescription operations[] = null;
46116575Smurray    public com.sun.org.omg.CORBA.AttributeDescription attributes[] = null;
47116575Smurray
48116575Smurray    // _CHANGED_
49116575Smurray    //public com.sun.org.omg.CORBA.ValueMember members[] = null;
50116575Smurray    public org.omg.CORBA.ValueMember members[] = null;
51116575Smurray
52116575Smurray    public com.sun.org.omg.CORBA.Initializer initializers[] = null;
53116575Smurray    public String supported_interfaces[] = null;
54116575Smurray    public String abstract_base_values[] = null;
55116575Smurray    public boolean is_truncatable = false;
56116575Smurray    public String base_value = null;
57116575Smurray    public org.omg.CORBA.TypeCode type = null;
58116575Smurray
59116575Smurray    public FullValueDescription ()
60116575Smurray    {
61116575Smurray    } // ctor
62116575Smurray
63116575Smurray    // _CHANGED_
64116575Smurray    //public FullValueDescription (String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, com.sun.org.omg.CORBA.OperationDescription[] _operations, com.sun.org.omg.CORBA.AttributeDescription[] _attributes, com.sun.org.omg.CORBA.ValueMember[] _members, com.sun.org.omg.CORBA.Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, org.omg.CORBA.TypeCode _type)
65116575Smurray    public FullValueDescription (String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, com.sun.org.omg.CORBA.OperationDescription[] _operations, com.sun.org.omg.CORBA.AttributeDescription[] _attributes, org.omg.CORBA.ValueMember[] _members, com.sun.org.omg.CORBA.Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, org.omg.CORBA.TypeCode _type)
66116575Smurray    {
67116575Smurray        name = _name;
68116575Smurray        id = _id;
69116575Smurray        is_abstract = _is_abstract;
70116575Smurray        is_custom = _is_custom;
71116575Smurray        defined_in = _defined_in;
72116575Smurray        version = _version;
73116575Smurray        operations = _operations;
74116575Smurray        attributes = _attributes;
75116575Smurray        members = _members;
76116575Smurray        initializers = _initializers;
77116575Smurray        supported_interfaces = _supported_interfaces;
78116575Smurray        abstract_base_values = _abstract_base_values;
79116575Smurray        is_truncatable = _is_truncatable;
80116575Smurray        base_value = _base_value;
81116575Smurray        type = _type;
82116575Smurray    } // ctor
83116575Smurray
84116575Smurray} // class FullValueDescription
85116575Smurray