public static final class DirectFileInputDescriptionGenerator.Description extends Object
| Constructor and Description |
|---|
Description(String description,
Name modelClassName)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath()
Returns base path.
|
ImporterDescription.DataSize |
getDataSize()
Returns the data size.
|
String |
getDescription()
Returns the textual description for the target class.
|
Name |
getFormatClassName()
Returns the format class name.
|
Name |
getModelClassName()
Returns the data model class name.
|
Boolean |
getOptional()
Returns whether the target input is optional or not.
|
String |
getResourcePattern()
Returns the resource pattern.
|
void |
setBasePath(String value)
Sets the base path.
|
void |
setDataSize(ImporterDescription.DataSize value)
Sets the data size.
|
void |
setFormatClassName(Name value)
Sets the format class name.
|
void |
setOptional(Boolean value)
Sets whether the target input is optional or not.
|
void |
setResourcePattern(String value)
Sets the resource pattern.
|
public String getDescription()
public Name getModelClassName()
public String getBasePath()
null if it is not setpublic void setBasePath(String value)
value - the value to setpublic String getResourcePattern()
null if it is not setpublic void setResourcePattern(String value)
value - the value to setpublic Name getFormatClassName()
null if it is not setpublic void setFormatClassName(Name value)
value - the value to setpublic Boolean getOptional()
true : it is optional, false : it is not optional,
or null it is not setpublic void setOptional(Boolean value)
value - the value to setpublic ImporterDescription.DataSize getDataSize()
null if it is not setpublic void setDataSize(ImporterDescription.DataSize value)
value - the value to setCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.