com.fullspan.propkeyconst.descriptor
Interface ICommentHolder

All Known Implementing Classes:
ClassDesc, ConstantDesc

public interface ICommentHolder

Author:
Mitch Stuart

Method Summary
 CommentDesc getCommentDesc()
           
 boolean getHasComment()
           
 void setCommentDesc(CommentDesc commentDesc)
           
 

Method Detail

getCommentDesc

public CommentDesc getCommentDesc()

setCommentDesc

public void setCommentDesc(CommentDesc commentDesc)

getHasComment

public boolean getHasComment()