public class BatMLModelBuilder extends java.lang.Object implements ItemBuilder
item
Constructor and Description |
---|
BatMLModelBuilder() |
Modifier and Type | Method and Description |
---|---|
Item |
build(org.eclipse.core.resources.IProject projectSpace)
This operation builds and returns an instance of the Item that can be
constructed by the ItemBuilder.
|
java.lang.String |
getItemName()
This operation returns the short name of the Item that can be constructed
by this ItemBuilder.
|
ItemType |
getItemType()
This operation returns the type of Item that can be built by the
ItemBuilder.
|
public java.lang.String getItemName()
ItemBuilder
This operation returns the short name of the Item that can be constructed by this ItemBuilder.
getItemName
in interface ItemBuilder
The name
public ItemType getItemType()
ItemBuilder
This operation returns the type of Item that can be built by the ItemBuilder.
getItemType
in interface ItemBuilder
The type
public Item build(org.eclipse.core.resources.IProject projectSpace)
ItemBuilder
This operation builds and returns an instance of the Item that can be constructed by the ItemBuilder.
build
in interface ItemBuilder
projectSpace
- The Eclipse project that the Item should use for storage.
The newly created Item.