public interface FieldDefinition
Modifier and Type | Method and Description |
---|---|
boolean |
createAccessors() |
List<AnnotationDefinition> |
getAnnotations() |
String |
getFieldName() |
String |
getInitExpr() |
String |
getObjectType() |
boolean |
isFinal() |
boolean |
isKeyField() |
boolean |
isStatic() |
String getFieldName()
String getObjectType()
String getInitExpr()
List<AnnotationDefinition> getAnnotations()
boolean isKeyField()
boolean createAccessors()
boolean isStatic()
boolean isFinal()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.