|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FlickrDataSource.CrawlType>
org.semanticdesktop.aperture.websites.flickr.FlickrDataSource.CrawlType
public static enum FlickrDataSource.CrawlType
Enum of possible values of the crawlType property
| Enum Constant Summary | |
|---|---|
MetadataAndPicturesCrawlType
Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#MetadataAndPicturesCrawlType |
|
MetadataOnlyCrawlType
Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#MetadataOnlyCrawlType |
|
| Method Summary | |
|---|---|
static FlickrDataSource.CrawlType |
fromUri(org.ontoware.rdf2go.model.node.URI uri)
|
org.ontoware.rdf2go.model.node.URI |
toUri()
|
static FlickrDataSource.CrawlType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FlickrDataSource.CrawlType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FlickrDataSource.CrawlType MetadataAndPicturesCrawlType
public static final FlickrDataSource.CrawlType MetadataOnlyCrawlType
| Method Detail |
|---|
public static final FlickrDataSource.CrawlType[] values()
for(FlickrDataSource.CrawlType c : FlickrDataSource.CrawlType.values())
System.out.println(c);
public static FlickrDataSource.CrawlType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic static FlickrDataSource.CrawlType fromUri(org.ontoware.rdf2go.model.node.URI uri)
public org.ontoware.rdf2go.model.node.URI toUri()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||