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