org.openrdf.concepts.awol
Interface Category


public interface Category

see §4.2.2 of rfc 4287. A Category Type


Method Summary
 String getAwolLabel()
          see §4.2.2.3 of rfc 4287.
 InformationResource getAwolScheme()
          see §4.2.2.2 of rfc 4287.
 String getAwolTerm()
          see §4.2.2.1 of rfc 4287.
 void setAwolLabel(String value)
          see §4.2.2.3 of rfc 4287.
 void setAwolScheme(InformationResource value)
          see §4.2.2.2 of rfc 4287.
 void setAwolTerm(String value)
          see §4.2.2.1 of rfc 4287.
 

Method Detail

getAwolLabel

String getAwolLabel()
see §4.2.2.3 of rfc 4287. A Human readable label for display.


setAwolLabel

void setAwolLabel(String value)
see §4.2.2.3 of rfc 4287. A Human readable label for display.


getAwolScheme

InformationResource getAwolScheme()
see §4.2.2.2 of rfc 4287. Identifies a categorization scheme.


setAwolScheme

void setAwolScheme(InformationResource value)
see §4.2.2.2 of rfc 4287. Identifies a categorization scheme.


getAwolTerm

String getAwolTerm()
see §4.2.2.1 of rfc 4287. Identifies the category


setAwolTerm

void setAwolTerm(String value)
see §4.2.2.1 of rfc 4287. Identifies the category



Copyright © 2004-2008 Aduna. All Rights Reserved.