com.atlassian.jira.service
Class InBuiltServiceTypes.InBuiltServiceType

java.lang.Object
  extended by com.atlassian.jira.service.InBuiltServiceTypes.InBuiltServiceType
Enclosing interface:
InBuiltServiceTypes

@Immutable
public static class InBuiltServiceTypes.InBuiltServiceType
extends Object

Describes an in-built service in JIRA.

See Also:
InBuiltServiceTypes

Method Summary
 String getI18nKey()
          Gets an i18nk key which describes the capabilities of this service.
 Class getType()
          Gets the Class that implements this service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public Class getType()
Gets the Class that implements this service.

Returns:
the Class that implements this service.

getI18nKey

public String getI18nKey()
Gets an i18nk key which describes the capabilities of this service.

Returns:
An i18nk key which describes the capabilities of this service.


Copyright © 2002-2012 Atlassian. All Rights Reserved.