public class Property extends ModifierSupport
ABSTRACT, FINAL, PRIVATE, PROTECTED, PUBLIC, STATIC, SYNCHRONIZED
ALSO_IMPORT, DEFAULT_VALUE, INIT, INIT_FUNCTION, LAZY_INIT
Constructor and Description |
---|
Property(List<AnnotationRef> annotations,
TypeRef typeRef,
String name,
int modifiers,
Map<AttributeKey,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<AnnotationRef> |
getAnnotations() |
String |
getName() |
String |
getNameCapitalized() |
Set<ClassRef> |
getReferences() |
TypeRef |
getTypeRef() |
int |
hashCode() |
String |
toString() |
getModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isTransient
getAttribute, getAttributes, hasAttribute
public Property(List<AnnotationRef> annotations, TypeRef typeRef, String name, int modifiers, Map<AttributeKey,Object> attributes)
public List<AnnotationRef> getAnnotations()
public TypeRef getTypeRef()
public String getName()
public String getNameCapitalized()
Copyright © 2019 JBoss by Red Hat. All rights reserved.