ponderToolkit.compiler.codeGen.interfaces.dse
Interface DomainObjectPathI

All Superinterfaces:
DomainObjectI
All Known Implementing Classes:
DomainObjectPath, DomainObjectPath

public interface DomainObjectPathI
extends DomainObjectI

Function: Models a DomainObject path.


Fields inherited from interface ponderToolkit.compiler.codeGen.interfaces.dse.DomainObjectI
DOMAIN_OBJECT_ATTRIBUTE, DOMAIN_OBJECT_METHOD_CALL, DOMAIN_OBJECT_PATH
 
Method Summary
 java.lang.String getPath()
          Return path (string)
 
Methods inherited from interface ponderToolkit.compiler.codeGen.interfaces.dse.DomainObjectI
getString, getType
 

Method Detail

getPath

public java.lang.String getPath()
Return path (string)