public class MFieldSchema extends Object
| Constructor and Description |
|---|
MFieldSchema() |
MFieldSchema(String name,
String type,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getName() |
String |
getType() |
void |
setComment(String comment) |
void |
setName(String name) |
void |
setType(String field) |
public String getName()
public void setName(String name)
name - the name to setpublic String getComment()
public void setComment(String comment)
comment - the comment to setpublic String getType()
public void setType(String field)
field - the type to setCopyright © 2019 The Apache Software Foundation. All Rights Reserved.