Modelers

org.topcased.modeler.extensions
Class RegisteredModelDescriptor

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

public class RegisteredModelDescriptor
extends java.lang.Object

/** Class that describes a Resgistered model


Field Summary
static java.lang.String ATT_CATEGORY
           
static java.lang.String ATT_METAMODEL
           
static java.lang.String ATT_NAME
           
static java.lang.String ATT_PATH
           
static java.lang.String TAG_MODEL
           
 
Method Summary
 java.lang.String getMetamodelURI()
          Get the uri of the metamodel for which this model is valid
 java.lang.String getModelPath()
          Get the path of the registered model
 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 of the parent category or null if there is no category
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_MODEL

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

ATT_NAME

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

ATT_PATH

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

ATT_CATEGORY

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

ATT_METAMODEL

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

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 of the parent category or null if there is no category

Returns:
String

getModelPath

public java.lang.String getModelPath()
Get the path of the registered model

Returns:
String

getMetamodelURI

public java.lang.String getMetamodelURI()
Get the uri of the metamodel for which this model is valid

Returns:
String

Modelers

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