|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.wizard.sectionsource.SectionInstance
public class SectionInstance
Instance of a OfficeSection.
| Constructor Summary | |
|---|---|
SectionInstance(OfficeSectionModel model)
Initiate for public use from OfficeSectionModel. |
|
SectionInstance(String sectionName,
String sectionSourceClassName,
String sectionLocation)
Initiate for public use. |
|
| Method Summary | |
|---|---|
Map<String,String> |
getInputNameMapping()
Obtains the input name mapping. |
Map<String,String> |
getObjectNameMapping()
Obtains the object name mapping. |
OfficeSection |
getOfficeSection()
Obtains the OfficeSection. |
OfficeSectionModel |
getOfficeSectionModel()
Obtains the OfficeSectionModel. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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 constructorOfficeSectionpublic OfficeSection getOfficeSection()
OfficeSection.
OfficeSection if obtained from
SectionSourceInstance or null if:
public constructorSectionTypepublic Map<String,String> getInputNameMapping()
public Map<String,String> getOutputNameMapping()
public Map<String,String> getObjectNameMapping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||