edu.stanford.rt.datatype
Class PrincipalValue

java.lang.Object
  |
  +--edu.stanford.rt.datatype.PrincipalValue
All Implemented Interfaces:
DataValue

public class PrincipalValue
extends java.lang.Object
implements DataValue

Author:
Ninghui Li, Sandra Qiu
Implementation of PrincipalValue group element. It has a Principal value.

Field Summary
(package private)  Principal value
           
 
Constructor Summary
PrincipalValue(Principal value)
          Constructor for PrincipalValue.
 
Method Summary
 Principal getValue()
          Method getValue.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

Principal value
Constructor Detail

PrincipalValue

public PrincipalValue(Principal value)
Constructor for PrincipalValue.

Method Detail

getValue

public Principal getValue()
Method getValue.

Returns:
Principal

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object