public interface RepositoryOperations extends ContainerOperations
Modifier and Type | Method and Description |
---|---|
ArrayDef |
create_array(int length,
IDLType element_type) |
FixedDef |
create_fixed(short digits,
short scale) |
SequenceDef |
create_sequence(int bound,
IDLType element_type) |
StringDef |
create_string(int bound) |
WstringDef |
create_wstring(int bound) |
TypeCode |
get_canonical_typecode(TypeCode tc) |
PrimitiveDef |
get_primitive(PrimitiveKind kind) |
Contained |
lookup_id(String search_id) |
contents, create_alias, create_constant, create_enum, create_exception, create_interface, create_module, create_native, create_struct, create_union, create_value_box, create_value, describe_contents, lookup_name, lookup
def_kind, destroy
PrimitiveDef get_primitive(PrimitiveKind kind)
StringDef create_string(int bound)
WstringDef create_wstring(int bound)
SequenceDef create_sequence(int bound, IDLType element_type)
FixedDef create_fixed(short digits, short scale)
Copyright © 2017 JBoss by Red Hat. All rights reserved.