|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.drivers.models.CategoryDescriptor
public class CategoryDescriptor
Represents a category which is provided by the "org.eclipse.datatools.connectivity.driverExtension" extension point.
Field Summary | |
---|---|
static java.lang.String |
DRIVERTYPE_TAG
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object obj)
|
java.util.List |
getAssociatedDriverTypes()
Returns a list of all associated driver types for this category. |
static CategoryDescriptor |
getCategoryDescriptor(java.lang.String id)
Returns a category descriptor matching the id or null. |
static CategoryDescriptor[] |
getCategoryDescriptors()
Returns all contributed categories |
java.util.List |
getChildCategories()
Returns a list of all child categories for this category. |
java.lang.String |
getDescription()
Returns the description. |
IConfigurationElement |
getElement()
Returns the configuration element. |
java.lang.String |
getId()
Returns the category id. |
java.lang.String |
getName()
Returns the name. |
CategoryDescriptor |
getParent()
|
java.lang.String |
getParentCategory()
Returns the category parent. |
static CategoryDescriptor[] |
getRootCategories()
Returns a list of all root categories (for example those with no parent category). |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DRIVERTYPE_TAG
Method Detail |
---|
public static CategoryDescriptor[] getCategoryDescriptors()
public static CategoryDescriptor getCategoryDescriptor(java.lang.String id)
id
-
public static CategoryDescriptor[] getRootCategories()
public CategoryDescriptor getParent()
public java.util.List getChildCategories()
public java.util.List getAssociatedDriverTypes()
public java.lang.String getId()
public java.lang.String getParentCategory()
public IConfigurationElement getElement()
public java.lang.String getName()
public java.lang.String getDescription()
null
if no description is
providedpublic int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |