public class SectionInstance extends Object
OfficeSection
.Constructor and Description |
---|
SectionInstance(OfficeSectionModel model)
Initiate for public use from
OfficeSectionModel . |
SectionInstance(String sectionName,
String sectionSourceClassName,
String sectionLocation)
Initiate for public use.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getInputNameMapping()
Obtains the input name mapping.
|
Map<String,String> |
getObjectNameMapping()
Obtains the object name mapping.
|
OfficeSectionModel |
getOfficeSectionModel()
Obtains the
OfficeSectionModel . |
OfficeSectionType |
getOfficeSectionType()
Obtains the
OfficeSection . |
Map<String,String> |
getOutputNameMapping()
Obtains the output name mapping.
|
PropertyList |
getPropertylist()
Obtains the
PropertyList . |
String |
getSectionLocation()
Obtains the location of the
OfficeSection . |
String |
getSectionName()
Obtains the name of the
OfficeSection . |
String |
getSectionSourceClassName()
Obtains the
SectionSource class name. |
SectionType |
getSectionType()
Obtains the
SectionType . |
public SectionInstance(String sectionName, String sectionSourceClassName, String sectionLocation)
sectionName
- Name of the OfficeSection
.sectionSourceClassName
- SectionSource
class name.sectionLocation
- Location of the OfficeSection
.public SectionInstance(OfficeSectionModel model)
OfficeSectionModel
.model
- OfficeSectionModel
.public String getSectionName()
OfficeSection
.OfficeSection
.public String getSectionSourceClassName()
SectionSource
class name.SectionSource
class name.public String getSectionLocation()
OfficeSection
.OfficeSection
.public PropertyList getPropertylist()
PropertyList
.PropertyList
.public OfficeSectionModel getOfficeSectionModel()
OfficeSectionModel
.OfficeSectionModel
.public SectionType getSectionType()
SectionType
.SectionType
if obtained from
SectionSourceInstance
or null
if:
public
constructorOfficeSection
public OfficeSectionType getOfficeSectionType()
OfficeSection
.OfficeSection
if obtained from
SectionSourceInstance
or null
if:
public
constructorSectionType
public Map<String,String> getInputNameMapping()
public Map<String,String> getOutputNameMapping()
Copyright © 2005–2016. All rights reserved.