首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

代码段一

2012-09-17 
代码段1?public interface PropertyKey{??? public String name()??? public int ordinal()}public enum

代码段1

?

public interface PropertyKey
{
??? public String name();
??? public int ordinal();
}

public enum Key implements PropertyKey

{

? ??propertyName, filterExpression
}

?

?public enum Permission implements PropertyKey {
??allowed, denied, read, showTree, write, execute, createNode, deleteNode, editProperties, addRelationship, removeRelationship, accessControl;
?}

热点排行