org.omg.CosTrading
public class ConstraintHelper extends Object
Method Summary | |
---|---|
static String | extract(Any a)
Extract Constraint from an any
|
static String | id()
Return the Constraint IDL ID |
static void | insert(Any a, String t)
Insert Constraint into an any |
static String | read(InputStream istream)
Read Constraint from a marshalled stream |
static TypeCode | type()
Return the Constraint TypeCode |
static void | write(OutputStream ostream, String value)
Write Constraint into a marshalled stream |
Parameters: a an any
Returns: the extracted Constraint value
Returns: an ID
Parameters: a an any t Constraint value
Parameters: istream the input stream
Returns: the readed Constraint value
Returns: a TypeCode
Parameters: ostream the output stream value Constraint value