Package | Description |
---|---|
com.saperion.annotation |
Package containing the classes that represent annotations.
|
Modifier and Type | Method and Description |
---|---|
static AbstractAnnotation.AnnotationProperty |
AbstractAnnotation.AnnotationProperty.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Map<AbstractAnnotation.AnnotationProperty,String> |
AbstractAnnotation.getProperties()
Gets the properties.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractAnnotation.getProperty(AbstractAnnotation.AnnotationProperty property)
Gets the property.
|
void |
AbstractAnnotation.setProperty(AbstractAnnotation.AnnotationProperty property,
String value)
Sets the property.
|
Constructor and Description |
---|
AbstractAnnotation(AbstractAnnotation.AnnotationType annotationType,
Map<AbstractAnnotation.AnnotationProperty,String> properties,
Set<AbstractAnnotation.AnnotationProperty> requiredProperties)
Creates a new AbstractAnnotation.
|
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.
|
Copyright © 2016 SAPERION AG. All rights reserved.