Uses of Class
org.xwiki.annotation.rest.model.jaxb.AnnotationField

Uses of AnnotationField in org.xwiki.annotation.rest.model.jaxb
 

Fields in org.xwiki.annotation.rest.model.jaxb with type parameters of type AnnotationField
protected  List<AnnotationField> AnnotationFieldCollection.fields
           
protected  List<AnnotationField> AnnotationStub.fields
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return AnnotationField
 AnnotationField ObjectFactory.createAnnotationField()
          Create an instance of AnnotationField
 AnnotationField AnnotationField.withName(String value)
           
 AnnotationField AnnotationField.withValue(String value)
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return types with arguments of type AnnotationField
 List<AnnotationField> AnnotationFieldCollection.getFields()
          Gets the value of the fields property.
 List<AnnotationField> AnnotationStub.getFields()
          Gets the value of the fields property.
 

Methods in org.xwiki.annotation.rest.model.jaxb with parameters of type AnnotationField
 AnnotationFieldCollection AnnotationFieldCollection.withFields(AnnotationField... values)
           
 AnnotationStub AnnotationStub.withFields(AnnotationField... values)
           
 

Method parameters in org.xwiki.annotation.rest.model.jaxb with type arguments of type AnnotationField
 AnnotationFieldCollection AnnotationFieldCollection.withFields(Collection<AnnotationField> values)
           
 AnnotationStub AnnotationStub.withFields(Collection<AnnotationField> values)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.