palio.api.elements
Interface IInstanceTreeElement

All Known Subinterfaces:
IObject
All Known Implementing Classes:
PObject

public interface IInstanceTreeElement

jPALIO USERS API. Classes and methods writter should not change as it's possible. Implementations however can be easily changed. The purpose of this API is to focus users on classes that should be used by them. This is also a warning not to use any internal classes outside this API. This class represents jPALIO API instance tree element.

Author:
Szymon Kuklewicz

Method Summary
 java.lang.String getCode()
           
 java.lang.String getName()
           
 

Method Detail

getCode

java.lang.String getCode()
Returns:
code of this element

getName

java.lang.String getName()
Returns:
name of this element