Enum Class Specifications.PartyType
java.lang.Object
java.lang.Enum<Specifications.PartyType>
io.provenance.scope.contract.proto.Specifications.PartyType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Specifications.PartyType>,Constable
- Enclosing class:
- Specifications
public static enum Specifications.PartyType
extends Enum<Specifications.PartyType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
io.provenance.scope.contract.PartyType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAFFILIATE = 6;CONTROLLER = 10;CUSTODIAN = 4;INVESTOR = 3;NONE = 0;OMNIBUS = 7;ORIGINATOR = 1;OWNER = 5;PROVENANCE = 8;SERVICER = 2;VALIDATOR = 11; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAFFILIATE = 6;static final intCONTROLLER = 10;static final intCUSTODIAN = 4;static final intINVESTOR = 3;static final intNONE = 0;static final intOMNIBUS = 7;static final intORIGINATOR = 1;static final intOWNER = 5;static final intPROVENANCE = 8;static final intSERVICER = 2;static final intVALIDATOR = 11; -
Method Summary
Modifier and TypeMethodDescriptionstatic Specifications.PartyTypeforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Specifications.PartyType>static Specifications.PartyTypevalueOf(int value) Deprecated.static Specifications.PartyTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Specifications.PartyTypeReturns the enum constant of this class with the specified name.static Specifications.PartyType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
NONE = 0; -
ORIGINATOR
ORIGINATOR = 1; -
SERVICER
SERVICER = 2; -
INVESTOR
INVESTOR = 3; -
CUSTODIAN
CUSTODIAN = 4; -
OWNER
OWNER = 5; -
AFFILIATE
AFFILIATE = 6; -
OMNIBUS
OMNIBUS = 7; -
PROVENANCE
PROVENANCE = 8; -
CONTROLLER
CONTROLLER = 10; -
VALIDATOR
VALIDATOR = 11; -
UNRECOGNIZED
-
-
Field Details
-
NONE_VALUE
public static final int NONE_VALUENONE = 0;- See Also:
-
ORIGINATOR_VALUE
public static final int ORIGINATOR_VALUEORIGINATOR = 1;- See Also:
-
SERVICER_VALUE
public static final int SERVICER_VALUESERVICER = 2;- See Also:
-
INVESTOR_VALUE
public static final int INVESTOR_VALUEINVESTOR = 3;- See Also:
-
CUSTODIAN_VALUE
public static final int CUSTODIAN_VALUECUSTODIAN = 4;- See Also:
-
OWNER_VALUE
public static final int OWNER_VALUEOWNER = 5;- See Also:
-
AFFILIATE_VALUE
public static final int AFFILIATE_VALUEAFFILIATE = 6;- See Also:
-
OMNIBUS_VALUE
public static final int OMNIBUS_VALUEOMNIBUS = 7;- See Also:
-
PROVENANCE_VALUE
public static final int PROVENANCE_VALUEPROVENANCE = 8;- See Also:
-
CONTROLLER_VALUE
public static final int CONTROLLER_VALUECONTROLLER = 10;- See Also:
-
VALIDATOR_VALUE
public static final int VALIDATOR_VALUEVALIDATOR = 11;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Specifications.PartyType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static Specifications.PartyType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-