public class AttributeWraper extends BaseWraper
AttributeWraper.java
Description: 对注解Attribute的封装类,将默认值和初始值转换到Wrapper类中
bboss workgroup
Copyright (c) 2005-2013
componentType, defaultvalue, numeric, paramType| Constructor and Description |
|---|
AttributeWraper(Attribute attr,
java.lang.Class paramType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dateformat() |
java.lang.String |
editor() |
java.util.Locale |
getLocale() |
java.lang.String |
name() |
boolean |
required() |
AttributeScope |
scope() |
convertValue, defaultvalue, getParamType, isNumericpublic AttributeWraper(Attribute attr, java.lang.Class paramType)
public java.lang.String name()
public boolean required()
public java.lang.String editor()
public AttributeScope scope()
public java.lang.String dateformat()
public java.util.Locale getLocale()