Uses of Enum Class
org.lfenergy.shapeshifter.api.USEFRoleType
Packages that use USEFRoleType
-
Uses of USEFRoleType in org.lfenergy.shapeshifter.api
Fields in org.lfenergy.shapeshifter.api declared as USEFRoleTypeMethods in org.lfenergy.shapeshifter.api that return USEFRoleTypeModifier and TypeMethodDescriptionstatic USEFRoleTypeSignedMessage.getSenderRole()Gets the value of the senderRole property.static USEFRoleTypeReturns the enum constant of this class with the specified name.static USEFRoleType[]USEFRoleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lfenergy.shapeshifter.api with parameters of type USEFRoleTypeModifier and TypeMethodDescriptionvoidSignedMessage.setSenderRole(USEFRoleType value) Sets the value of the senderRole property.