org.apache.openjpa.lib.xml
Interface Commentable
public interface Commentable
Implementations of this interface can be adorned with comments.
- Since:
- 0.3.3
Method Summary |
java.lang.String[] |
getComments()
Return comments, or empty array if none. |
void |
setComments(java.lang.String[] comments)
Set comments. |
EMPTY_COMMENTS
static final java.lang.String[] EMPTY_COMMENTS
setComments
void setComments(java.lang.String[] comments)
- Set comments.
getComments
java.lang.String[] getComments()
- Return comments, or empty array if none.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.