org.omg.CosPropertyService
Class ConflictingPropertyHelper

java.lang.Object
  |
  +--org.omg.CosPropertyService.ConflictingPropertyHelper

public class ConflictingPropertyHelper
extends java.lang.Object

Helper class for : ConflictingProperty

Author:
OpenORB Compiler

Constructor Summary
ConflictingPropertyHelper()
           
 
Method Summary
static ConflictingProperty extract(org.omg.CORBA.Any a)
          Extract ConflictingProperty from an any
static java.lang.String id()
          Return the ConflictingProperty IDL ID
static void insert(org.omg.CORBA.Any a, ConflictingProperty t)
          Insert ConflictingProperty into an any
static ConflictingProperty read(org.omg.CORBA.portable.InputStream istream)
          Read ConflictingProperty from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the ConflictingProperty TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, ConflictingProperty value)
          Write ConflictingProperty into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConflictingPropertyHelper

public ConflictingPropertyHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ConflictingProperty t)
Insert ConflictingProperty into an any
Parameters:
a - an any
t - ConflictingProperty value

extract

public static ConflictingProperty extract(org.omg.CORBA.Any a)
Extract ConflictingProperty from an any
Parameters:
a - an any
Returns:
the extracted ConflictingProperty value

type

public static org.omg.CORBA.TypeCode type()
Return the ConflictingProperty TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the ConflictingProperty IDL ID
Returns:
an ID

read

public static ConflictingProperty read(org.omg.CORBA.portable.InputStream istream)
Read ConflictingProperty from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed ConflictingProperty value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         ConflictingProperty value)
Write ConflictingProperty into a marshalled stream
Parameters:
ostream - the output stream
value - ConflictingProperty value