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

Packages that use AnnotationField
org.xwiki.annotation.rest.model.jaxb   
 

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  java.util.List<AnnotationField> AnnotationFieldCollection.fields
           
protected  java.util.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(java.lang.String value)
           
 AnnotationField AnnotationField.withValue(java.lang.String value)
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return types with arguments of type AnnotationField
 java.util.List<AnnotationField> AnnotationFieldCollection.getFields()
          Gets the value of the fields property.
 java.util.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(java.util.Collection<AnnotationField> values)
           
 AnnotationStub AnnotationStub.withFields(java.util.Collection<AnnotationField> values)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.