org.ucworkbench.model
Interface IPropertyName

All Superinterfaces:
IRegion, ITextModel, IUCElement

public interface IPropertyName
extends ITextModel

Represents the name of the corresponding property.


Method Summary
 java.lang.String getName()
           
 
Methods inherited from interface org.ucworkbench.model.ITextModel
containsOffset, getAsText, getCorrespondingFileModel, getModelElementByOffset, getParent, getTextModelChildren
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getPath, getUCProject, getUnderlyingResource
 
Methods inherited from interface org.ucworkbench.model.supporting.IRegion
getLength, getOffset
 

Method Detail

getName

java.lang.String getName()
Returns:
Returns the name of the property.