Uses of Class
com.saperion.annotation.AbstractAnnotation.AnnotationProperty
-
Packages that use AbstractAnnotation.AnnotationProperty Package Description com.saperion.annotation Package containing the classes that represent annotations. -
-
Uses of AbstractAnnotation.AnnotationProperty in com.saperion.annotation
Methods in com.saperion.annotation that return AbstractAnnotation.AnnotationProperty Modifier and Type Method Description static AbstractAnnotation.AnnotationProperty
AbstractAnnotation.AnnotationProperty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractAnnotation.AnnotationProperty[]
AbstractAnnotation.AnnotationProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.annotation that return types with arguments of type AbstractAnnotation.AnnotationProperty Modifier and Type Method Description java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String>
AbstractAnnotation. getProperties()
Gets the properties.Methods in com.saperion.annotation with parameters of type AbstractAnnotation.AnnotationProperty Modifier and Type Method Description java.lang.String
AbstractAnnotation. getProperty(AbstractAnnotation.AnnotationProperty property)
Gets the property.void
AbstractAnnotation. setProperty(AbstractAnnotation.AnnotationProperty property, java.lang.String value)
Sets the property.Constructor parameters in com.saperion.annotation with type arguments of type AbstractAnnotation.AnnotationProperty Constructor Description AbstractAnnotation(AbstractAnnotation.AnnotationType annotationType, java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String> properties, java.util.Set<AbstractAnnotation.AnnotationProperty> requiredProperties)
Creates a new AbstractAnnotation.AbstractAnnotation(AbstractAnnotation.AnnotationType annotationType, java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String> properties, java.util.Set<AbstractAnnotation.AnnotationProperty> requiredProperties)
Creates a new AbstractAnnotation.Arrow(java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String> properties)
Instantiates a new arrow.Highlight(java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String> properties)
Instantiates a new highlight.Text(java.util.Map<AbstractAnnotation.AnnotationProperty,java.lang.String> properties)
Instantiates a new text.
-