|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GOMContributor | |
---|---|
org.apache.lucene.gdata.gom | |
org.apache.lucene.gdata.gom.core |
Uses of GOMContributor in org.apache.lucene.gdata.gom |
---|
Methods in org.apache.lucene.gdata.gom that return types with arguments of type GOMContributor | |
---|---|
List<GOMContributor> |
GOMSource.getContributor()
|
List<GOMContributor> |
GOMEntry.getContributor()
This method returns all contributors and will never return null |
Methods in org.apache.lucene.gdata.gom with parameters of type GOMContributor | |
---|---|
void |
GOMSource.addContributor(GOMContributor aContributor)
|
void |
GOMEntry.addContributor(GOMContributor aContributor)
|
Uses of GOMContributor in org.apache.lucene.gdata.gom.core |
---|
Classes in org.apache.lucene.gdata.gom.core that implement GOMContributor | |
---|---|
class |
GOMContributorImpl
|
Fields in org.apache.lucene.gdata.gom.core with type parameters of type GOMContributor | |
---|---|
protected List<GOMContributor> |
GOMSourceImpl.contributors
|
Methods in org.apache.lucene.gdata.gom.core that return types with arguments of type GOMContributor | |
---|---|
List<GOMContributor> |
GOMSourceImpl.getContributor()
|
List<GOMContributor> |
GOMEntryImpl.getContributor()
|
Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMContributor | |
---|---|
void |
GOMSourceImpl.addContributor(GOMContributor aContributor)
|
void |
GOMEntryImpl.addContributor(GOMContributor aContributor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |