org.omg.CosPropertyService
Class ConstraintNotSupportedHelper

java.lang.Object
  extended by org.omg.CosPropertyService.ConstraintNotSupportedHelper

public class ConstraintNotSupportedHelper
extends java.lang.Object

Helper class for : ConstraintNotSupported

Author:
OpenORB Compiler

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

Constructor Detail

ConstraintNotSupportedHelper

public ConstraintNotSupportedHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ConstraintNotSupported t)
Insert ConstraintNotSupported into an any

Parameters:
a - an any
t - ConstraintNotSupported value

extract

public static ConstraintNotSupported extract(org.omg.CORBA.Any a)
Extract ConstraintNotSupported from an any

Parameters:
a - an any
Returns:
the extracted ConstraintNotSupported value

type

public static org.omg.CORBA.TypeCode type()
Return the ConstraintNotSupported TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the ConstraintNotSupported IDL ID

Returns:
an ID

read

public static ConstraintNotSupported read(org.omg.CORBA.portable.InputStream istream)
Read ConstraintNotSupported from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed ConstraintNotSupported value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         ConstraintNotSupported value)
Write ConstraintNotSupported into a marshalled stream

Parameters:
ostream - the output stream
value - ConstraintNotSupported value