Enum Class LighthouseOperatives
java.lang.Object
java.lang.Enum<LighthouseOperatives>
es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
- All Implemented Interfaces:
Serializable,Comparable<LighthouseOperatives>,Constable
Lighthouse operatives map.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionContribution contracting.Contributors pension plan.Purchase-sale ETF.Fund transfer.Orders inquiry.Pension contracting.Pension rescue.Portfolio Assessment.Refund.Purchase-sale RV.Funds suscription.Transfer pension plan.Purchase-sale WTS RESTYL. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLighthouseOperatives(String skylineCode, String lighthouseCode) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic LighthouseOperativesfindBySkylineCode(String code) Find operative by Skyline code.static LighthouseOperativesReturns the enum constant of this class with the specified name.static LighthouseOperatives[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUBSCRIPTION
Funds suscription. -
REFUND
Refund. -
FUND_TRANSFER
Fund transfer. -
PENSION_CONTRACTING
Pension contracting. -
PENSION_RESCUE
Pension rescue. -
CONTRIBUTION_CONTRACTING
Contribution contracting. -
TRANSFER_PENSION_PLAN
Transfer pension plan. -
CONTRIBUTOR_PLAN
Contributors pension plan. -
RV_PURCHASE_SALE
Purchase-sale RV. -
ETF_PURCHASE_SALE
Purchase-sale ETF. -
WTS_PURCHASE_SALE
Purchase-sale WTS RESTYL. -
ORDERS_INQUIRY
Orders inquiry. -
PORTFOLIO_ASSESSMENT
Portfolio Assessment.
-
-
Field Details
-
skylineCode
Skyline code. -
lighthouseCode
Lighthouse code.
-
-
Constructor Details
-
LighthouseOperatives
Constructor.- Parameters:
skylineCode- Skyline codelighthouseCode- Lighthouse code
-
-
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
-
findBySkylineCode
Find operative by Skyline code.- Parameters:
code- Skyline code- Returns:
- The LighthouseOperatives found or null
-