Uses of Interface
org.jabylon.properties.PropertyAnnotation
-
Packages that use PropertyAnnotation Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util -
-
Uses of PropertyAnnotation in org.jabylon.properties
Methods in org.jabylon.properties that return PropertyAnnotation Modifier and Type Method Description PropertyAnnotationPropertiesFactory. createPropertyAnnotation()Returns a new object of class 'Property Annotation'.PropertyAnnotationProperty. findAnnotation(String name)Tries to find an annotation of the given name and returns it.Methods in org.jabylon.properties that return types with arguments of type PropertyAnnotation Modifier and Type Method Description org.eclipse.emf.common.util.EList<PropertyAnnotation>Property. getAnnotations()Returns the value of the 'Annotations' reference list. -
Uses of PropertyAnnotation in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement PropertyAnnotation Modifier and Type Class Description classPropertyAnnotationImplAn implementation of the model object 'Property Annotation'.Methods in org.jabylon.properties.impl that return PropertyAnnotation Modifier and Type Method Description PropertyAnnotationPropertiesFactoryImpl. createPropertyAnnotation()PropertyAnnotationPropertyImpl. findAnnotation(String name)Methods in org.jabylon.properties.impl that return types with arguments of type PropertyAnnotation Modifier and Type Method Description org.eclipse.emf.common.util.EList<PropertyAnnotation>PropertyImpl. getAnnotations() -
Uses of PropertyAnnotation in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type PropertyAnnotation Modifier and Type Method Description TPropertiesSwitch. casePropertyAnnotation(PropertyAnnotation object)Returns the result of interpreting the object as an instance of 'Property Annotation'.
-