| Constructor and Description |
|---|
FieldInfo() |
FieldInfo(FieldType fieldType) |
FieldInfo(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
FieldType |
getType() |
void |
setName(String name) |
void |
setType(FieldType type) |
public FieldInfo()
public FieldInfo(String fieldName)
public FieldInfo(FieldType fieldType)
public String getName()
public void setName(String name)
name - the real concrete Directory implementation field namepublic FieldType getType()
FieldType which specifies the common friendly field typeCopyright © 2020. All rights reserved.