Uses of Class
org.hyperledger.aries.api.ledger.EndpointType
-
Packages that use EndpointType Package Description org.hyperledger.aries.api.ledger -
-
Uses of EndpointType in org.hyperledger.aries.api.ledger
Methods in org.hyperledger.aries.api.ledger that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointType[]EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-