org.semanticdesktop.aperture.websites.bibsonomy
Enum BibsonomyDataSource.CrawlType

java.lang.Object
  extended by java.lang.Enum<BibsonomyDataSource.CrawlType>
      extended by org.semanticdesktop.aperture.websites.bibsonomy.BibsonomyDataSource.CrawlType
All Implemented Interfaces:
Serializable, Comparable<BibsonomyDataSource.CrawlType>
Enclosing class:
BibsonomyDataSource

public static enum BibsonomyDataSource.CrawlType
extends Enum<BibsonomyDataSource.CrawlType>

Enum of possible values of the crawlType property


Enum Constant Summary
TagsAndItemsCrawlType
          Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/11/bibsonomyds#TagsAndItemsCrawlType
TagsOnlyCrawlType
          Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/11/bibsonomyds#TagsOnlyCrawlType
 
Method Summary
static BibsonomyDataSource.CrawlType fromUri(org.ontoware.rdf2go.model.node.URI uri)
           
 org.ontoware.rdf2go.model.node.URI toUri()
           
static BibsonomyDataSource.CrawlType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BibsonomyDataSource.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

TagsAndItemsCrawlType

public static final BibsonomyDataSource.CrawlType TagsAndItemsCrawlType
Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/11/bibsonomyds#TagsAndItemsCrawlType


TagsOnlyCrawlType

public static final BibsonomyDataSource.CrawlType TagsOnlyCrawlType
Constant representing http://aperture.semanticdesktop.org/ontology/2007/08/11/bibsonomyds#TagsOnlyCrawlType

Method Detail

values

public static final BibsonomyDataSource.CrawlType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(BibsonomyDataSource.CrawlType c : BibsonomyDataSource.CrawlType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static BibsonomyDataSource.CrawlType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

fromUri

public static BibsonomyDataSource.CrawlType fromUri(org.ontoware.rdf2go.model.node.URI uri)

toUri

public org.ontoware.rdf2go.model.node.URI toUri()