edu.internet2.middleware.grouper.changeLog
Interface ChangeLogTypeIdentifier

All Known Implementing Classes:
ChangeLogTypeBuiltin

public interface ChangeLogTypeIdentifier

interface which could be on the enum, or class, or whatever. generally you will use the enum ChangeLogTypeBuiltin


Method Summary
 String getActionName()
          get the action name of the changelog type
 String getChangeLogCategory()
          get the changelog category
 

Method Detail

getChangeLogCategory

String getChangeLogCategory()
get the changelog category

Returns:
the id

getActionName

String getActionName()
get the action name of the changelog type

Returns:
the name