Uses of Enum Class
org.tailormap.api.persistence.json.TailormapObjectRef.KindEnum
Packages that use TailormapObjectRef.KindEnum
-
Uses of TailormapObjectRef.KindEnum in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return TailormapObjectRef.KindEnumModifier and TypeMethodDescriptionstatic TailormapObjectRef.KindEnum
TailormapObjectRef.getKind()
Get kindstatic TailormapObjectRef.KindEnum
Returns the enum constant of this class with the specified name.static TailormapObjectRef.KindEnum[]
TailormapObjectRef.KindEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence.json with parameters of type TailormapObjectRef.KindEnumModifier and TypeMethodDescriptionTailormapObjectRef.kind
(TailormapObjectRef.KindEnum kind) void
TailormapObjectRef.setKind
(TailormapObjectRef.KindEnum kind)