Uses of Enum Class
org.qubership.integration.platform.runtime.catalog.model.mapper.mapping.action.AttributeKind
Packages that use AttributeKind
-
Uses of AttributeKind in org.qubership.integration.platform.runtime.catalog.model.mapper.mapping.action
Methods in org.qubership.integration.platform.runtime.catalog.model.mapper.mapping.action that return AttributeKindModifier and TypeMethodDescriptionAttributeReference.getKind()static AttributeKindReturns the enum constant of this class with the specified name.static AttributeKind[]AttributeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.qubership.integration.platform.runtime.catalog.model.mapper.mapping.action with parameters of type AttributeKindModifierConstructorDescriptionAttributeReference(AttributeKind kind, List<String> path, Metadata metadata)