org.eclipse.gmt.umlx.editor.property
Class PropertyId
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyId
public PropertyId(java.lang.String categoryName,
java.lang.String displayName)
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