public class Property extends ModifierSupport
ABSTRACT, FINAL, PRIVATE, PROTECTED, PUBLIC, STATIC, SYNCHRONIZEDALSO_IMPORT, 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, isTransientgetAttribute, getAttributes, hasAttributepublic 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 © 2016. All Rights Reserved.