org.apache.bval.model
Class DynaTypeEnum.Value
java.lang.Object
org.apache.bval.model.DynaTypeEnum.Value
- Enclosing class:
- DynaTypeEnum
public static final class DynaTypeEnum.Value
- extends Object
Represents a single "enum" instance (= the value).
Method Summary |
String |
name()
used by freemarker-template "bean-infos-json.ftl" |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
final String name
DynaTypeEnum.Value
DynaTypeEnum.Value(String name)
- Create a new Value instance.
- Parameters:
name
-
name
public String name()
- used by freemarker-template "bean-infos-json.ftl"
- Returns:
- the name of this constant
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.