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.KindEnumTailormapObjectRef.getKind()Get kindstatic TailormapObjectRef.KindEnumReturns 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) voidTailormapObjectRef.setKind(TailormapObjectRef.KindEnum kind)