public class EditableProperty extends Property implements Editable<PropertyBuilder>
ABSTRACT, FINAL, PRIVATE, PROTECTED, PUBLIC, STATIC, SYNCHRONIZEDALSO_IMPORT, INIT, INIT_FUNCTION, LAZY_INIT| Constructor and Description |
|---|
EditableProperty(java.util.List<AnnotationRef> annotations,
TypeRef typeRef,
java.lang.String name,
int modifiers,
java.util.Map<AttributeKey,java.lang.Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
PropertyBuilder |
edit() |
equals, getAnnotations, getName, getNameCapitalized, getReferences, getTypeRef, hashCode, toStringgetModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isTransientgetAttribute, getAttributes, hasAttributepublic EditableProperty(java.util.List<AnnotationRef> annotations, TypeRef typeRef, java.lang.String name, int modifiers, java.util.Map<AttributeKey,java.lang.Object> attributes)
public PropertyBuilder edit()
edit in interface Editable<PropertyBuilder>Copyright © 2018. All Rights Reserved.