org.rapla.entities
Interface Annotatable

All Known Subinterfaces:
Attribute, Category, DynamicType

public interface Annotatable


Method Summary
 String getAnnotation(String key)
           
 String getAnnotation(String key, String defaultValue)
           
 String[] getAnnotationKeys()
           
 void setAnnotation(String key, String annotation)
           
 

Method Detail

setAnnotation

void setAnnotation(String key,
                   String annotation)
                   throws IllegalAnnotationException
Throws:
IllegalAnnotationException

getAnnotation

String getAnnotation(String key)

getAnnotation

String getAnnotation(String key,
                     String defaultValue)

getAnnotationKeys

String[] getAnnotationKeys()


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.