Class SubjectTypeEnum
java.lang.Object
edu.internet2.middleware.subject.SubjectType
edu.internet2.middleware.subject.provider.SubjectTypeEnum
- All Implemented Interfaces:
Serializable
SubjectType enum for person, group, and organization.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SubjectTypeEnum
static final SubjectTypeEnum
static final SubjectTypeEnum
protected static final List<SubjectType>
static final List<SubjectType>
-
Constructor Summary
ModifierConstructorDescriptionprotected
SubjectTypeEnum
(String name1) (non-Javadoc) Sole constructor. -
Method Summary
-
Field Details
-
PRIVATE_VALUES
-
VALUES
-
PERSON
-
GROUP
-
APPLICATION
-
-
Constructor Details
-
SubjectTypeEnum
(non-Javadoc) Sole constructor.- Parameters:
name1
- - The name of this enum constant, which is the identifier used to declare it.
-
-
Method Details
-
getName
(non-Javadoc)- Specified by:
getName
in classSubjectType
- Returns:
- name
- See Also:
-
toString
-
valueOf
Factory method for returning instance of datatype from the pool of valid objects.- Parameters:
value
-- Returns:
- subject type
-