Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ltk.core.refactoring
Class GroupCategory


java.lang.Object
  extended by 
org.eclipse.ltk.core.refactoring.GroupCategory

public class GroupCategory
extends Object

A group category is used to annotate change groups so that they can be identified and filtered.

Note: this class is not intended to be subclassed

Since:
3.2
Restriction:
This class is not intended to be subclassed by clients.

Constructor Summary
GroupCategory ( String id, String name, String description)
          Creates a new group category with the given name and description.
 
Method Summary
 boolean equals ( Object obj)
           
  String getDescription ()
          Returns the description of the group category.
  String getName ()
          Returns the name of the group category.
 int hashCode ()
           
 
Methods inherited from class java.lang. Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupCategory

public GroupCategory(
String id,
                     
String name,
                     
String description)
Creates a new group category with the given name and description.

Parameters:
id - a unique identifier
name - the name
description - the description
Method Detail

getName

public 
String getName()
Returns the name of the group category.

Returns:
the name

getDescription

public 
String getDescription()
Returns the description of the group category.

Returns:
the description

equals

public boolean equals(
Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire