|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Ann
Base interface for all annotation types. The methods provided here are mainly usedful within this package, providing internal methods for implementing laziness and other docrep things.
| Method Summary | |
|---|---|
Integer |
getDRIndex()
If this annotation instance is stored within a Store, this method returns the index of
this annotation within the store. |
byte[] |
getDRLazy()
If this annotation has lazily stored attribute data, returns the lazy data as an array of bytes ready for serialisation. |
int |
getDRLazyNElem()
If this annotaiton has lazily stored attribute data, returns the number of lazily stored fields. |
void |
setDRIndex(Integer index)
Sets the index of this annotation instance within its containing store. |
void |
setDRLazy(byte[] lazy)
Sets the lazily stored attribute data for this annotation instance. |
void |
setDRLazyNElem(int lazyNElem)
Sets the number of lazily stored fields for this annotation instance. |
| Method Detail |
|---|
Integer getDRIndex()
Store, this method returns the index of
this annotation within the store. If this annotation does not belong to any store, this method
returns null.
byte[] getDRLazy()
int getDRLazyNElem()
void setDRIndex(Integer index)
void setDRLazy(byte[] lazy)
void setDRLazyNElem(int lazyNElem)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||