public static final class FsProcessDescriptionGenerator.Description extends Object
| Constructor and Description | 
|---|
Description(String description,
           Name modelClassName)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ImporterDescription.DataSize | 
getDataSize()
Returns the data size. 
 | 
String | 
getDescription()
Returns the textual description for the target class. 
 | 
Name | 
getModelClassName()
Returns the data model class name. 
 | 
String | 
getPath()
Returns path. 
 | 
String | 
getProfileName()
Returns the profile name. 
 | 
Name | 
getSupportClassName()
Returns the format class name. 
 | 
void | 
setDataSize(ImporterDescription.DataSize value)
Sets the data size. 
 | 
void | 
setPath(String value)
Sets the path. 
 | 
void | 
setProfileName(String value)
Sets the profile name. 
 | 
void | 
setSupportClassName(Name value)
Sets the format class name. 
 | 
public String getDescription()
public Name getModelClassName()
public String getProfileName()
null if it is not setpublic void setProfileName(String value)
value - the value to setpublic String getPath()
null if it is not setpublic void setPath(String value)
value - the value to setpublic Name getSupportClassName()
null if it is not setpublic void setSupportClassName(Name 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.