类 ClassTool.FieldSub
java.lang.Object
org.apache.velocity.tools.generic.ClassTool.Sub<ClassTool.FieldSub>
org.apache.velocity.tools.generic.ClassTool.FieldSub
- 所有已实现的接口:
Comparable<ClassTool.FieldSub>
- 封闭类:
- ClassTool
A simplified wrapping interface for inspecting features
of a
Field
in an inspected Class.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected AnnotatedElement
Simply returns the name of the field.protected int
getName()
Returns the value of the field if and only if it is a static field that has no access restrictions set by the security manager.protected String
getType()
Simply returns the name of the field, since field names cannot be overloaded.从类继承的方法 org.apache.velocity.tools.generic.ClassTool.Sub
compareTo, equals, getAnnotations, hashCode, isAbstract, isDeprecated, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isStrict, isSynchronized, isTransient, isVolatile, toString
-
字段详细资料
-
field
-
-
构造器详细资料
-
FieldSub
-
-
方法详细资料
-
getElement
- 指定者:
getElement
在类中ClassTool.Sub<ClassTool.FieldSub>
-
getName
- 指定者:
getName
在类中ClassTool.Sub<ClassTool.FieldSub>
-
getUniqueName
Simply returns the name of the field, since field names cannot be overloaded.- 指定者:
getUniqueName
在类中ClassTool.Sub<ClassTool.FieldSub>
-
getJavadocRef
Simply returns the name of the field.- 指定者:
getJavadocRef
在类中ClassTool.Sub<ClassTool.FieldSub>
-
getType
-
getStaticValue
Returns the value of the field if and only if it is a static field that has no access restrictions set by the security manager. -
getModifiers
protected int getModifiers()- 指定者:
getModifiers
在类中ClassTool.Sub<ClassTool.FieldSub>
-
getSubType
- 指定者:
getSubType
在类中ClassTool.Sub<ClassTool.FieldSub>
-