You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p62xrbca7/org/omg/DynamicAny/DynValueCommonOperations.java

35 lines
1.1 KiB

package org.omg.DynamicAny;
/**
* org/omg/DynamicAny/DynValueCommonOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u201/12322/corba/src/share/classes/org/omg/DynamicAny/DynamicAny.idl
* Saturday, December 15, 2018 6:38:38 PM PST
*/
/**
* DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
*/
public interface DynValueCommonOperations extends org.omg.DynamicAny.DynAnyOperations
{
/**
* Returns true if the DynValueCommon represents a null value type.
*/
boolean is_null ();
/**
* Changes the representation of a DynValueCommon to a null value type.
*/
void set_to_null ();
/**
* Replaces a null value type with a newly constructed value. Its components are initialized
* to default values as in DynAnyFactory.create_dyn_any_from_type_code.
* If the DynValueCommon represents a non-null value type, then this operation has no effect.
*/
void set_to_value ();
} // interface DynValueCommonOperations