edu.internet2.middleware.subject
Class SubjectType

java.lang.Object
  extended by edu.internet2.middleware.subject.SubjectType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SubjectTypeEnum

public abstract class SubjectType
extends Object
implements Serializable

A SubjectType may be a person, group, or organization.

See Also:
Serialized Form

Constructor Summary
SubjectType()
           
 
Method Summary
abstract  String getName()
          Returns the name of this SubjectType.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectType

public SubjectType()
Method Detail

getName

public abstract String getName()
Returns the name of this SubjectType.

Returns:
name