Package net.officefloor.compile.classes
Interface OfficeFloorJavaCompiler.ClassField
-
- Enclosing class:
- OfficeFloorJavaCompiler
public static interface OfficeFloorJavaCompiler.ClassField
ClassField
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFieldName()
Obtains theField
name.java.lang.Class<?>
getFieldType()
Obtains theField
type.
-