public class ModelField
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ModelField.Type |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private ModelField.Type |
type |
Constructor and Description |
---|
ModelField() |
ModelField(java.lang.String name,
ModelField.Type type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
ModelField.Type |
getType() |
void |
setName(java.lang.String name) |
void |
setType(ModelField.Type type) |
private java.lang.String name
private ModelField.Type type
public ModelField()
public ModelField(java.lang.String name, ModelField.Type type)
public java.lang.String getName()
public void setName(java.lang.String name)
public ModelField.Type getType()
public void setType(ModelField.Type type)
Copyright 2004-2015 Wandora Team