Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Method and Description |
---|---|
ClassField |
ClassField.isTransient(boolean value)
Mutator method for the
isTransient flag. |
ClassField |
ClassField.isVolatile(boolean value)
Mutator method for the
isVolatile flag. |
ClassField |
ClassDeclaration.newField(Class<?> type,
String name)
Creates a new field in this class with the given type and name.
|
ClassField |
ClassDeclaration.newField(Type type,
String name)
Creates a new field in this class with the given type and name.
|
Modifier and Type | Method and Description |
---|---|
List<ClassField> |
ClassDeclaration.getFields()
Gets the list of fields as an list of
ClassField . |
Copyright © 2000–2018 jenesis4java. All rights reserved.