org.omg.CosTrading.LinkPackage

Class LinkInfo

public final class LinkInfo extends Object implements IDLEntity

Struct definition: LinkInfo.

Author: OpenORB Compiler

Field Summary
FollowOptiondef_pass_on_follow_rule
Struct member def_pass_on_follow_rule
FollowOptionlimiting_follow_rule
Struct member limiting_follow_rule
Lookuptarget
Struct member target
Registertarget_reg
Struct member target_reg
Constructor Summary
LinkInfo()
Default constructor
LinkInfo(Lookup target, Register target_reg, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
Constructor with fields initialization

Field Detail

def_pass_on_follow_rule

public FollowOption def_pass_on_follow_rule
Struct member def_pass_on_follow_rule

limiting_follow_rule

public FollowOption limiting_follow_rule
Struct member limiting_follow_rule

target

public Lookup target
Struct member target

target_reg

public Register target_reg
Struct member target_reg

Constructor Detail

LinkInfo

public LinkInfo()
Default constructor

LinkInfo

public LinkInfo(Lookup target, Register target_reg, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
Constructor with fields initialization

Parameters: target target struct member target_reg target_reg struct member def_pass_on_follow_rule def_pass_on_follow_rule struct member limiting_follow_rule limiting_follow_rule struct member