Uses of Enum
org.opencms.ugc.CmsUgcValueTransformerConfiguration.CmsUgcSingleValueTransformer.TransformType
-
Uses of CmsUgcValueTransformerConfiguration.CmsUgcSingleValueTransformer.TransformType in org.opencms.ugc
Methods in org.opencms.ugc that return CmsUgcValueTransformerConfiguration.CmsUgcSingleValueTransformer.TransformTypeModifier and TypeMethodDescriptionCmsUgcValueTransformerConfiguration.CmsUgcSingleValueTransformer.getType()Returns the enum constant of this type with the specified name.CmsUgcValueTransformerConfiguration.CmsUgcSingleValueTransformer.TransformType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencms.ugc with parameters of type CmsUgcValueTransformerConfiguration.CmsUgcSingleValueTransformer.TransformTypeModifierConstructorDescriptionCmsUgcSingleValueTransformer(CmsUgcValueTransformerConfiguration.CmsUgcSingleValueTransformer.TransformType type) Creates a new mapping security value of the provided type.CmsUgcSingleValueTransformer(CmsUgcValueTransformerConfiguration.CmsUgcSingleValueTransformer.TransformType type, JSONObject config) Creates a new mapping security value of the provided type.