可叠加定义的成员变量的赋值及操作(权限)

 

/** * The int value representing the public * modifier. */
 public static final int PUBLIC = 0x00000001; 
/** * The int value representing the private * modifier. */
 public static final int PRIVATE = 0x00000002;

 

posted on 2011-10-19 23:37  大松  阅读(139)  评论(0编辑  收藏  举报