- java.lang.Object
-
- org.omg.DynamicAny.DynEnumHelper
-
public abstract class DynEnumHelper extends Object
DynEnum objects support the manipulation of IDL enumerated values. The current position of a DynEnum is always -1.
-
-
构造方法摘要
构造方法 Constructor 描述 DynEnumHelper()
-
方法摘要
所有方法 静态方法 具体的方法 Modifier and Type 方法 描述 static DynEnumextract(Any a)static Stringid()static voidinsert(Any a, DynEnum that)static DynEnumnarrow(Object obj)static DynEnumread(InputStream istream)static TypeCodetype()static DynEnumunchecked_narrow(Object obj)static voidwrite(OutputStream ostream, DynEnum value)
-
-
-
方法详细信息
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static DynEnum read(InputStream istream)
-
write
public static void write(OutputStream ostream, DynEnum value)
-
-