Class Structures.FieldData
java.lang.Object
net.binis.codegen.generation.core.Structures.FieldData
- All Implemented Interfaces:
PrototypeField
- Enclosing class:
- Structures
public static class Structures.FieldData extends Object implements PrototypeField
-
Constructor Summary
Constructors Constructor Description FieldData() -
Method Summary
Modifier and Type Method Description voidaddModifier(com.github.javaparser.ast.body.MethodDeclaration modifier)com.github.javaparser.ast.body.MethodDeclarationgenerateGetter()com.github.javaparser.ast.body.MethodDeclarationgenerateSetter()List<com.github.javaparser.ast.body.MethodDeclaration>getModifiers()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.binis.codegen.generation.core.interfaces.PrototypeField
getDeclaration, getDescription, getFullType, getGenerics, getIgnores, getImplementationGetter, getImplementationSetter, getInterfaceGetter, getInterfaceSetter, getName, getParsed, getPrototype, getType, getTypePrototypes, isCollection, isExternal, isGenericMethod
-
Constructor Details
-
FieldData
public FieldData()
-
-
Method Details
-
getModifiers
- Specified by:
getModifiersin interfacePrototypeField
-
addModifier
public void addModifier(com.github.javaparser.ast.body.MethodDeclaration modifier)- Specified by:
addModifierin interfacePrototypeField
-
generateGetter
public com.github.javaparser.ast.body.MethodDeclaration generateGetter()- Specified by:
generateGetterin interfacePrototypeField
-
generateSetter
public com.github.javaparser.ast.body.MethodDeclaration generateSetter()- Specified by:
generateSetterin interfacePrototypeField
-