Modelers

org.topcased.modeler.extensions
Class CategoryDescriptor

java.lang.Object
  extended by org.topcased.modeler.extensions.CategoryDescriptor

public class CategoryDescriptor
extends java.lang.Object

/** Class that describes a Category extension


Field Summary
static java.lang.String ATT_CATEGORY
           
static java.lang.String ATT_ID
           
static java.lang.String ATT_NAME
           
static java.lang.String TAG_CATEGORY
           
 
Method Summary
 java.lang.String getId()
          Get the id of the category
 java.lang.String getName()
          Get the name of the diagram (This will be the text displayed in the contextual menu)
 java.lang.String getParentCategory()
          Get the id if the parent category
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_CATEGORY

public static final java.lang.String TAG_CATEGORY
See Also:
Constant Field Values

ATT_ID

public static final java.lang.String ATT_ID
See Also:
Constant Field Values

ATT_NAME

public static final java.lang.String ATT_NAME
See Also:
Constant Field Values

ATT_CATEGORY

public static final java.lang.String ATT_CATEGORY
See Also:
Constant Field Values
Method Detail

getId

public java.lang.String getId()
Get the id of the category

Returns:
String

getName

public java.lang.String getName()
Get the name of the diagram (This will be the text displayed in the contextual menu)

Returns:
String

getParentCategory

public java.lang.String getParentCategory()
Get the id if the parent category

Returns:
String

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.