org.omg.CosTrading
Interface ImportAttributesOperations

All Known Subinterfaces:
Admin, AdminOperations, ImportAttributes, Lookup, LookupOperations
All Known Implementing Classes:
_AdminStub, _ImportAttributesStub, _LookupStub, Admin, AdminPOA, AdminPOATie, ImportAttributesPOA, ImportAttributesPOATie, Lookup, LookupPOA, LookupPOATie

public interface ImportAttributesOperations

Each trader is configured with default and maximum values of certain cardinality and link follow constraints that apply to queries. The values for these constraints can be obtained by querying the attributes in this interface.


Method Summary
 FollowOption def_follow_policy()
          Read accessor for def_follow_policy attribute
 int def_hop_count()
          Read accessor for def_hop_count attribute
 int def_match_card()
          Read accessor for def_match_card attribute
 int def_return_card()
          Read accessor for def_return_card attribute
 int def_search_card()
          Read accessor for def_search_card attribute
 FollowOption max_follow_policy()
          Read accessor for max_follow_policy attribute
 int max_hop_count()
          Read accessor for max_hop_count attribute
 int max_list()
          Read accessor for max_list attribute
 int max_match_card()
          Read accessor for max_match_card attribute
 int max_return_card()
          Read accessor for max_return_card attribute
 int max_search_card()
          Read accessor for max_search_card attribute
 

Method Detail

def_search_card

int def_search_card()
Read accessor for def_search_card attribute

Returns:
the attribute value

max_search_card

int max_search_card()
Read accessor for max_search_card attribute

Returns:
the attribute value

def_match_card

int def_match_card()
Read accessor for def_match_card attribute

Returns:
the attribute value

max_match_card

int max_match_card()
Read accessor for max_match_card attribute

Returns:
the attribute value

def_return_card

int def_return_card()
Read accessor for def_return_card attribute

Returns:
the attribute value

max_return_card

int max_return_card()
Read accessor for max_return_card attribute

Returns:
the attribute value

max_list

int max_list()
Read accessor for max_list attribute

Returns:
the attribute value

def_hop_count

int def_hop_count()
Read accessor for def_hop_count attribute

Returns:
the attribute value

max_hop_count

int max_hop_count()
Read accessor for max_hop_count attribute

Returns:
the attribute value

def_follow_policy

FollowOption def_follow_policy()
Read accessor for def_follow_policy attribute

Returns:
the attribute value

max_follow_policy

FollowOption max_follow_policy()
Read accessor for max_follow_policy attribute

Returns:
the attribute value