Uses of Class
org.filteredpush.client.model.Annotation

Packages that use Annotation
org.filteredpush.client.annotation   
org.filteredpush.client.model   
 

Uses of Annotation in org.filteredpush.client.annotation
 

Methods in org.filteredpush.client.annotation with parameters of type Annotation
static com.hp.hpl.jena.rdf.model.Model ApplePieAnnotationGenerator.generateGeoreference(Annotation annotation)
           
static com.hp.hpl.jena.rdf.model.Model ApplePieAnnotationGenerator.generateIdentification(Annotation annotation)
           
static com.hp.hpl.jena.rdf.model.Model ApplePieAnnotationGenerator.generateResponse(Annotation annotation)
           
 

Uses of Annotation in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return Annotation
 Annotation ObjectFactory.createAnnotation()
          Create an instance of Annotation
 

Methods in org.filteredpush.client.model that return types with arguments of type Annotation
 javax.xml.bind.JAXBElement<Annotation> ObjectFactory.createAnnotation(Annotation value)
          Create an instance of JAXBElement<Annotation>}
 

Methods in org.filteredpush.client.model with parameters of type Annotation
 javax.xml.bind.JAXBElement<Annotation> ObjectFactory.createAnnotation(Annotation value)
          Create an instance of JAXBElement<Annotation>}