Uses of Enum Class
org.opendaylight.lispflowmapping.lisp.util.LispAddressStringifier.Destination
Packages that use LispAddressStringifier.Destination
- 
Uses of LispAddressStringifier.Destination in org.opendaylight.lispflowmapping.lisp.util
Methods in org.opendaylight.lispflowmapping.lisp.util that return LispAddressStringifier.DestinationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LispAddressStringifier.Destination[]LispAddressStringifier.Destination.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.lispflowmapping.lisp.util with parameters of type LispAddressStringifier.DestinationModifier and TypeMethodDescriptionstatic StringLispSimpleAddressStringifier.getString(LispAddressStringifier.Destination dst, SimpleAddress addr) protected static StringLispAddressStringifier.getStringFromAfiList(LispAddressStringifier.Destination dst, AfiList addr) protected static StringLispAddressStringifier.getStringFromApplicationData(LispAddressStringifier.Destination dst, ApplicationData addr) protected static StringLispAddressStringifier.getStringFromAsNumber(LispAddressStringifier.Destination dst, AsNumber addr) protected static StringLispAddressStringifier.getStringFromDistinguishedName(LispAddressStringifier.Destination dst, DistinguishedName addr) protected static StringLispAddressStringifier.getStringFromExplicitLocatorPath(LispAddressStringifier.Destination dst, ExplicitLocatorPath addr) protected static StringLispAddressStringifier.getStringFromInstanceId(LispAddressStringifier.Destination dst, InstanceId addr) protected static StringLispAddressStringifier.getStringFromIpv4(LispAddressStringifier.Destination dst, Ipv4 addr) protected static StringLispAddressStringifier.getStringFromIpv4Binary(LispAddressStringifier.Destination dst, Ipv4Binary addr) protected static StringLispAddressStringifier.getStringFromIpv4Prefix(LispAddressStringifier.Destination dst, Ipv4Prefix addr) protected static StringLispAddressStringifier.getStringFromIpv4PrefixBinary(LispAddressStringifier.Destination dst, Ipv4PrefixBinary addr) protected static StringLispAddressStringifier.getStringFromIpv6(LispAddressStringifier.Destination dst, Ipv6 addr) protected static StringLispAddressStringifier.getStringFromIpv6Binary(LispAddressStringifier.Destination dst, Ipv6Binary addr) protected static StringLispAddressStringifier.getStringFromIpv6Prefix(LispAddressStringifier.Destination dst, Ipv6Prefix addr) protected static StringLispAddressStringifier.getStringFromIpv6PrefixBinary(LispAddressStringifier.Destination dst, Ipv6PrefixBinary addr) protected static StringLispAddressStringifier.getStringFromKeyValueAddress(LispAddressStringifier.Destination dst, KeyValueAddress addr) protected static StringLispAddressStringifier.getStringFromMac(LispAddressStringifier.Destination dst, Mac addr) protected static StringLispAddressStringifier.getStringFromNoAddress(LispAddressStringifier.Destination dst, NoAddress addr) protected static StringLispAddressStringifier.getStringFromServicePath(LispAddressStringifier.Destination dst, ServicePath addr) protected static StringLispAddressStringifier.getStringFromSourceDestKey(LispAddressStringifier.Destination dst, SourceDestKey addr)