Enum Class CallingPartyEnum

java.lang.Object
java.lang.Enum<CallingPartyEnum>
net.finmath.smartcontract.product.xml.CallingPartyEnum
All Implemented Interfaces:
Serializable, Comparable<CallingPartyEnum>, Constable

public enum CallingPartyEnum extends Enum<CallingPartyEnum>

Java class for CallingPartyEnum.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="CallingPartyEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="InitialBuyer"/>
     <enumeration value="InitialSeller"/>
     <enumeration value="Either"/>
     <enumeration value="AsDefinedInMasterAgreement"/>
   </restriction>
 </simpleType>