public class JField extends Object
| Constructor and Description |
|---|
JField(CField field,
JHelper helper,
int index) |
| Modifier and Type | Method and Description |
|---|---|
String |
adder() |
boolean |
alwaysPresent() |
boolean |
binary() |
String |
builderFieldType() |
String |
builderInstanceType() |
String |
comment() |
boolean |
container() |
ContainerType |
containerType() |
String |
copyOfUnsafe(String variable) |
String |
counter() |
String |
fieldEnum() |
String |
fieldInstanceType() |
String |
fieldType() |
PField |
getPField() |
String |
getProvider() |
String |
getter() |
boolean |
hasComment() |
boolean |
hasDefault() |
boolean |
hasDefaultConstant() |
String |
hasName() |
int |
id() |
int |
index() |
String |
instanceType() |
boolean |
isPrimitiveJavaValue() |
boolean |
isRequired() |
String |
isSet() |
boolean |
isVoid() |
String |
kDefault() |
String |
member() |
String |
name() |
String |
param() |
String |
paramType() |
String |
presence() |
String |
resetter() |
String |
setter() |
PList |
toPList() |
PType |
type() |
String |
valueType() |
public int index()
public PField getPField()
public PType type()
public boolean binary()
public int id()
public String name()
public String hasName()
public String param()
public String member()
public String isSet()
public String getter()
public String presence()
public String counter()
public String setter()
public String adder()
public String resetter()
public String fieldEnum()
public String kDefault()
public boolean hasDefault()
public boolean hasDefaultConstant()
public boolean isRequired()
public boolean container()
public ContainerType containerType()
public boolean alwaysPresent()
public boolean isPrimitiveJavaValue()
public String valueType() throws GeneratorException
GeneratorExceptionpublic String fieldType() throws GeneratorException
GeneratorExceptionpublic String paramType() throws GeneratorException
GeneratorExceptionpublic String instanceType() throws GeneratorException
GeneratorExceptionpublic String builderFieldType() throws GeneratorException
GeneratorExceptionpublic String copyOfUnsafe(String variable) throws GeneratorException
GeneratorExceptionpublic String fieldInstanceType() throws GeneratorException
GeneratorExceptionpublic String getProvider() throws GeneratorException
GeneratorExceptionpublic String builderInstanceType() throws GeneratorException
GeneratorExceptionpublic boolean hasComment()
public String comment()
public boolean isVoid()
public PList toPList()
Copyright © 2015–2017 morimekta.net. All rights reserved.