com.github.dactiv.showcase.common.enumeration
接口 ValueEnum<V>

类型参数:
V -
所有已知实现类:
GroupType, OperatingState, ResourceType, State

public interface ValueEnum<V>

针对键为String值为任意Object类型的枚举接口父类

作者:
maurice

方法摘要
 String getName()
          获取名称
 V getValue()
          获取值
 

方法详细信息

getValue

V getValue()
获取值

返回:
Object

getName

String getName()
获取名称

返回:
String


Copyright © 2014. All rights reserved.