com.polarion.alm.tracker.model.ILanguageDefinition


METHODS
Modifiers and TypeNameDescription
String getId()
String getLabel()
void setLabel(String)
String getWorkItemTitleField(ITypeOpt) Returns id of the field of Work Item of given type which stores localized title.
String getWorkItemDescriptionField(ITypeOpt) Returns id of the field of Work Item of given type which stores localized description.
Map getTypeDefinitions() Returns type definitions.
void setTypeDefinitions(Map)
void setDefaultTypeDefinition(Type)

Back to Index