Uses of Enum Class
io.atlasmap.v2.FieldStatus
Packages that use FieldStatus
-
Uses of FieldStatus in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as FieldStatusMethods in io.atlasmap.v2 that return FieldStatusModifier and TypeMethodDescriptionstatic FieldStatus
Field.getStatus()
Gets the value of the status property.static FieldStatus
Returns the enum constant of this class with the specified name.static FieldStatus[]
FieldStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.v2 with parameters of type FieldStatusModifier and TypeMethodDescriptionvoid
Field.setStatus
(FieldStatus value) Sets the value of the status property.