Uses of Class
org.isda.cdm.PartyRoleEnum
-
Packages that use PartyRoleEnum Package Description org.isda.cdm -
-
Uses of PartyRoleEnum in org.isda.cdm
Fields in org.isda.cdm declared as PartyRoleEnum Modifier and Type Field Description protected PartyRoleEnum
PartyRole.PartyRoleBuilder. role
protected PartyRoleEnum
RelatedParty.RelatedPartyBuilder. role
Methods in org.isda.cdm that return PartyRoleEnum Modifier and Type Method Description PartyRoleEnum
PartyRole. getRole()
The party role.PartyRoleEnum
PartyRole.PartyRoleBuilder. getRole()
PartyRoleEnum
RelatedParty. getRole()
The category of the relationship.PartyRoleEnum
RelatedParty.RelatedPartyBuilder. getRole()
static PartyRoleEnum
PartyRoleEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PartyRoleEnum[]
PartyRoleEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type PartyRoleEnum Modifier and Type Method Description PartyRole.PartyRoleBuilder
PartyRole.PartyRoleBuilder. setRole(PartyRoleEnum role)
RelatedParty.RelatedPartyBuilder
RelatedParty.RelatedPartyBuilder. setRole(PartyRoleEnum role)
-