org.eclipse.gmt.umlx.editor.property
Class PropertyId

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.property.PropertyId

public class PropertyId
extends java.lang.Object

A PropertyId combines the category name and display name for a IPropertyDescriptor in a single object. The same set of diaplayNames may therefore appear more than once in a property list as is necessary to display both ends of an EReference.


Constructor Summary
PropertyId(java.lang.String categoryName, java.lang.String displayName)
           
 
Method Summary
 java.lang.String getCategoryName()
           
 java.lang.String getDisplayName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyId

public PropertyId(java.lang.String categoryName,
                  java.lang.String displayName)
Method Detail

getCategoryName

public java.lang.String getCategoryName()

getDisplayName

public java.lang.String getDisplayName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object