Uses of Class
dev.vality.damsel.domain.RoutingPinFeature
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of RoutingPinFeature in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type RoutingPinFeature Modifier and Type Field Description Set<RoutingPinFeature>RoutingPin. featuresMethods in dev.vality.damsel.domain that return RoutingPinFeature Modifier and Type Method Description static RoutingPinFeatureRoutingPinFeature. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static RoutingPinFeatureRoutingPinFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingPinFeature[]RoutingPinFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type RoutingPinFeature Modifier and Type Method Description Set<RoutingPinFeature>RoutingPin. getFeatures()Iterator<RoutingPinFeature>RoutingPin. getFeaturesIterator()Methods in dev.vality.damsel.domain with parameters of type RoutingPinFeature Modifier and Type Method Description voidRoutingPin. addToFeatures(RoutingPinFeature elem)Method parameters in dev.vality.damsel.domain with type arguments of type RoutingPinFeature Modifier and Type Method Description RoutingPinRoutingPin. setFeatures(Set<RoutingPinFeature> features)Constructor parameters in dev.vality.damsel.domain with type arguments of type RoutingPinFeature Constructor Description RoutingPin(Set<RoutingPinFeature> features)