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