Uses of Class
nl.b3p.tailormap.api.persistence.TMFeatureSource.Protocol
-
Packages that use TMFeatureSource.Protocol Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.projections -
-
Uses of TMFeatureSource.Protocol in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return TMFeatureSource.Protocol Modifier and Type Method Description static TMFeatureSource.ProtocolTMFeatureSource.Protocol. fromValue(String value)TMFeatureSource.ProtocolTMFeatureSource. getProtocol()static TMFeatureSource.ProtocolTMFeatureSource.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static TMFeatureSource.Protocol[]TMFeatureSource.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence with parameters of type TMFeatureSource.Protocol Modifier and Type Method Description TMFeatureSourceTMFeatureSource. setProtocol(TMFeatureSource.Protocol protocol) -
Uses of TMFeatureSource.Protocol in nl.b3p.tailormap.api.persistence.projections
Methods in nl.b3p.tailormap.api.persistence.projections that return TMFeatureSource.Protocol Modifier and Type Method Description TMFeatureSource.ProtocolTMFeatureSourceSummary. getProtocol()
-