JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.officefloor.compile.classes
Interface OfficeFloorJavaCompiler.ClassField
Enclosing class:
OfficeFloorJavaCompiler
public static interface
OfficeFloorJavaCompiler.ClassField
Class
Field
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getFieldName
()
Obtains the
Field
name.
Class
<?>
getFieldType
()
Obtains the
Field
type.
Method Details
getFieldType
Class
<?>
getFieldType
()
Obtains the
Field
type.
Returns:
Field
type.
getFieldName
String
getFieldName
()
Obtains the
Field
name.
Returns:
Field
name.