Uses of Enum Class
com.saperion.annotation.AbstractAnnotation.AnnotationProperty
Packages that use AbstractAnnotation.AnnotationProperty
Package
Description
Package containing the classes that represent annotations.
-
Uses of AbstractAnnotation.AnnotationProperty in com.saperion.annotation
Methods in com.saperion.annotation that return AbstractAnnotation.AnnotationPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractAnnotation.AnnotationProperty.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.annotation that return types with arguments of type AbstractAnnotation.AnnotationPropertyMethods in com.saperion.annotation with parameters of type AbstractAnnotation.AnnotationPropertyModifier and TypeMethodDescriptionAbstractAnnotation.getProperty
(AbstractAnnotation.AnnotationProperty property) Gets the property.void
AbstractAnnotation.setProperty
(AbstractAnnotation.AnnotationProperty property, String value) Sets the property.Constructor parameters in com.saperion.annotation with type arguments of type AbstractAnnotation.AnnotationPropertyModifierConstructorDescriptionprotected
AbstractAnnotation
(AbstractAnnotation.AnnotationType annotationType, Map<AbstractAnnotation.AnnotationProperty, String> properties, Set<AbstractAnnotation.AnnotationProperty> requiredProperties) Creates a new AbstractAnnotation.protected
AbstractAnnotation
(AbstractAnnotation.AnnotationType annotationType, Map<AbstractAnnotation.AnnotationProperty, String> properties, Set<AbstractAnnotation.AnnotationProperty> requiredProperties) Creates a new AbstractAnnotation.Arrow
(Map<AbstractAnnotation.AnnotationProperty, String> properties) Instantiates a new arrow.Highlight
(Map<AbstractAnnotation.AnnotationProperty, String> properties) Instantiates a new highlight.Text
(Map<AbstractAnnotation.AnnotationProperty, String> properties) Instantiates a new text.