org.csapi.policy
Class TpPolicyConditionListElement

java.lang.Object
  extended by org.csapi.policy.TpPolicyConditionListElement
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpPolicyConditionListElement
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpPolicyConditionListElement"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 IpPolicyCondition Condition
           
 int GroupNumber
           
 boolean Negated
           
 
Constructor Summary
TpPolicyConditionListElement()
           
TpPolicyConditionListElement(IpPolicyCondition Condition, int GroupNumber, boolean Negated)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Condition

public IpPolicyCondition Condition

GroupNumber

public int GroupNumber

Negated

public boolean Negated
Constructor Detail

TpPolicyConditionListElement

public TpPolicyConditionListElement()

TpPolicyConditionListElement

public TpPolicyConditionListElement(IpPolicyCondition Condition,
                                    int GroupNumber,
                                    boolean Negated)


Copyright © 2008. All Rights Reserved.