com.cafesoft.cams.attr
Interface Attribute

All Known Implementing Classes:
StandardAttribute

public interface Attribute

Attribute defines the interface for metadata about an AccessControlRequest attribute and a possible AttributeValue if available. An Attribute is fully-qualified by the following:

Since:
4/29/2004

Method Summary
 URI getCategory()
          Get the attribute category.
 URI getId()
          Get the attribute identifier.
 URI getType()
          Get the attribute type.
 AttributeValue getValue()
          Get the attribute value.
 

Method Detail

getCategory

public URI getCategory()
Get the attribute category.

Returns:
the attribute's category as a URI.

getType

public URI getType()
Get the attribute type.

Returns:
the attribute's type as a URI.

getId

public URI getId()
Get the attribute identifier.

Returns:
the attribute's identifier as a URI.

getValue

public AttributeValue getValue()
Get the attribute value.

Returns:
the AttributeValue if available or null if not available.


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.