Uses of Enum Class
org.opendaylight.lispflowmapping.lisp.util.LispAddressStringifier.Destination
-
Uses of LispAddressStringifier.Destination in org.opendaylight.lispflowmapping.lisp.util
Modifier 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.Modifier and TypeMethodDescriptionstatic String
LispSimpleAddressStringifier.getString
(LispAddressStringifier.Destination dst, SimpleAddress addr) protected static String
LispAddressStringifier.getStringFromAfiList
(LispAddressStringifier.Destination dst, AfiList addr) protected static String
LispAddressStringifier.getStringFromApplicationData
(LispAddressStringifier.Destination dst, ApplicationData addr) protected static String
LispAddressStringifier.getStringFromAsNumber
(LispAddressStringifier.Destination dst, AsNumber addr) protected static String
LispAddressStringifier.getStringFromDistinguishedName
(LispAddressStringifier.Destination dst, DistinguishedName addr) protected static String
LispAddressStringifier.getStringFromExplicitLocatorPath
(LispAddressStringifier.Destination dst, ExplicitLocatorPath addr) protected static String
LispAddressStringifier.getStringFromInstanceId
(LispAddressStringifier.Destination dst, InstanceId addr) protected static String
LispAddressStringifier.getStringFromIpv4
(LispAddressStringifier.Destination dst, Ipv4 addr) protected static String
LispAddressStringifier.getStringFromIpv4Binary
(LispAddressStringifier.Destination dst, Ipv4Binary addr) protected static String
LispAddressStringifier.getStringFromIpv4Prefix
(LispAddressStringifier.Destination dst, Ipv4Prefix addr) protected static String
LispAddressStringifier.getStringFromIpv4PrefixBinary
(LispAddressStringifier.Destination dst, Ipv4PrefixBinary addr) protected static String
LispAddressStringifier.getStringFromIpv6
(LispAddressStringifier.Destination dst, Ipv6 addr) protected static String
LispAddressStringifier.getStringFromIpv6Binary
(LispAddressStringifier.Destination dst, Ipv6Binary addr) protected static String
LispAddressStringifier.getStringFromIpv6Prefix
(LispAddressStringifier.Destination dst, Ipv6Prefix addr) protected static String
LispAddressStringifier.getStringFromIpv6PrefixBinary
(LispAddressStringifier.Destination dst, Ipv6PrefixBinary addr) protected static String
LispAddressStringifier.getStringFromKeyValueAddress
(LispAddressStringifier.Destination dst, KeyValueAddress addr) protected static String
LispAddressStringifier.getStringFromMac
(LispAddressStringifier.Destination dst, Mac addr) protected static String
LispAddressStringifier.getStringFromNoAddress
(LispAddressStringifier.Destination dst, NoAddress addr) protected static String
LispAddressStringifier.getStringFromServicePath
(LispAddressStringifier.Destination dst, ServicePath addr) protected static String
LispAddressStringifier.getStringFromSourceDestKey
(LispAddressStringifier.Destination dst, SourceDestKey addr)