Uses of Enum Class
io.atlasmap.xml.v2.RestrictionType
Packages that use RestrictionType
-
Uses of RestrictionType in io.atlasmap.xml.v2
Fields in io.atlasmap.xml.v2 declared as RestrictionTypeMethods in io.atlasmap.xml.v2 that return RestrictionTypeModifier and TypeMethodDescriptionstatic RestrictionType
Restriction.getType()
Gets the value of the type property.static RestrictionType
Returns the enum constant of this class with the specified name.static RestrictionType[]
RestrictionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.xml.v2 with parameters of type RestrictionTypeModifier and TypeMethodDescriptionvoid
Restriction.setType
(RestrictionType value) Sets the value of the type property.