Uses of Enum Class
org.lfenergy.shapeshifter.api.EntityAddress.Scheme
Packages that use EntityAddress.Scheme
-
Uses of EntityAddress.Scheme in org.lfenergy.shapeshifter.api
Methods in org.lfenergy.shapeshifter.api that return EntityAddress.SchemeModifier and TypeMethodDescriptionstatic EntityAddress.SchemeEntityAddress.Scheme.fromPrefix(String prefix) EntityAddress.scheme()Returns the value of theschemerecord component.static EntityAddress.SchemeReturns the enum constant of this class with the specified name.static EntityAddress.Scheme[]EntityAddress.Scheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.lfenergy.shapeshifter.api with parameters of type EntityAddress.SchemeModifierConstructorDescriptionEntityAddress(EntityAddress.Scheme scheme, String address) Creates an instance of aEntityAddressrecord class.