palio.pelements
Interface PIndexedElement

All Superinterfaces:
PElement
All Known Implementing Classes:
PFeature, PPriv, PRegion, PRole, PUser

public interface PIndexedElement
extends PElement

This interface replace older one PNamedElement. Elements implementing this interface are indexed in class Instance due to fast access by some text value. Privs are indexed by code when users, roles and regions still by name.

Author:
Szymon Kuklewicz

Method Summary
 java.lang.String getIndexedValue()
           
 
Methods inherited from interface palio.pelements.PElement
getID
 

Method Detail

getIndexedValue

java.lang.String getIndexedValue()