Class TypeCode
java.lang.Object
com.ericsson.otp.ic.TypeCode
The TypeCode class is the implementation of the OMG-IDL TypeCode type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContent type accessor method for TypeCode.voidcontent_type(TypeCode __content_type) Insertion method for the content type value of TypeCode.intIndex accessor method for TypeCode.voiddefault_index(int __default_index) Insertion method for the default index value of TypeCode.Discriminator type accessor method for TypeCode.voiddiscriminator_type(TypeCode __discriminator_type) Insertion method for the type of the discriminator value of TypeCode.booleanComparisson method for TypeCode.id()Accessor method for the id value of TypeCode.voidInsertion method for the id value of TypeCode.kind()Accessor method for the TCKind value of TypeCode.voidInsertion method for the TCKind value of TypeCode.static TCKindInsertion method for the TCKind value of TypeCode.intlength()Length accessor method for TypeCode.voidlength(int __length) Insertion method for the length value of TypeCode.static voidMarshal operation for TypeCode.intAccessor method for the member number value of TypeCode.voidmember_count(int __member_count) Insertion method for the member number value of TypeCode.member_label(int __index) Member label accessor method for TypeCode.voidmember_label(int __index, Any __member_label) Insertion method for the indexed member label of TypeCode.member_name(int __index) Member name accessor method for TypeCode.voidmember_name(int __index, String __member_name) Insertion method for the indexed member name of TypeCode.member_type(int __index) Member type accessor method for TypeCode.voidmember_type(int __index, TypeCode __member_type) Insertion method for the indexed member type of TypeCode.name()Accessor method for the name value of TypeCode.voidInsertion method for the name value of TypeCode.static TypeCodeunmarshal(com.ericsson.otp.erlang.OtpInputStream _is) Unmarshal operation for TypeCode.
-
Constructor Details
-
TypeCode
public TypeCode() -
TypeCode
-
-
Method Details
-
equal
Comparisson method for TypeCode.- Returns:
- true if the input TypeCode value equals the value of the current object, false otherwize
-
kind
Accessor method for the TCKind value of TypeCode.- Returns:
- TCKind, the TCKind value of the TypeCode object.
-
kind
Insertion method for the TCKind value of TypeCode. Sets the TCKind value of the object. -
kind
-
id
-
id
Insertion method for the id value of TypeCode. Sets the id value of the object. -
name
-
name
Insertion method for the name value of TypeCode. Sets the name value of the object. -
member_count
-
member_count
public void member_count(int __member_count) Insertion method for the member number value of TypeCode. Sets the number of members value of the object. -
member_name
-
member_name
Insertion method for the indexed member name of TypeCode. Sets the name of a member value of the object at the selected index.. -
member_type
-
member_type
Insertion method for the indexed member type of TypeCode. Sets the type of a member value of the object at the selected index.. -
member_label
-
member_label
Insertion method for the indexed member label of TypeCode. Sets the label of a member value of the object at the selected index. -
discriminator_type
-
discriminator_type
Insertion method for the type of the discriminator value of TypeCode. Sets the discriminator type value of the object. -
default_index
-
default_index
public void default_index(int __default_index) Insertion method for the default index value of TypeCode. Sets the default index value of the object. -
length
-
length
public void length(int __length) Insertion method for the length value of TypeCode. Sets the length value of the object. -
content_type
-
content_type
Insertion method for the content type value of TypeCode. Sets the content type value of the object. -
marshal
-
unmarshal
-