All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.attribute.Anonymity

java.lang.Object
   |
   +----semper.txlayer.attribute.SecAttribute
           |
           +----semper.txlayer.attribute.Anonymity

public class Anonymity
extends SecAttribute
This attribute tags services that should be performed anonymous, e.g., communication.


Constructor Index

 o Anonymity()
 o Anonymity(Set)
Constructor with a Set as an parameter.

Method Index

 o getSet()
 o toString()

Constructors

 o Anonymity
 public Anonymity()
 o Anonymity
 public Anonymity(Set s)
Constructor with a Set as an parameter. It's not yet defined what this Set means.

Parameters:
s - The Set to include

Methods

 o toString
 public String toString()
Overrides:
toString in class SecAttribute
 o getSet
 public Set getSet()
Returns:
A flat copy from the Set inside us. The Objects inside the Set are the same as in the Attribute.

All Packages  Class Hierarchy  This Package  Previous  Next  Index