Package | Description |
---|---|
biz.onixs.cme.stp.handler |
Modifier and Type | Method and Description |
---|---|
static PartyRole |
PartyRole.forValue(int value)
Returns enum value for the int representation
|
PartyRole |
Party.getPartyRole() |
PartyRole |
RequestParty.getPartyRole()
Gets the type or role of the PartyID specified.
|
PartyRole |
RootParty.getPartyRole() |
static PartyRole |
PartyRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartyRole[] |
PartyRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Party.setPartyRole(PartyRole value) |
void |
RequestParty.setPartyRole(PartyRole value)
Sets the type or role of the PartyID specified.
|
void |
RootParty.setPartyRole(PartyRole value) |
Constructor and Description |
---|
RequestParty(String id,
PartyRole role)
Constructor.
|
Copyright © 2014–2025 Onix Solutions. All rights reserved.