public class NekModelBuilder extends java.lang.Object implements ItemBuilder
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
name
The name of the Item
|
static ItemType |
type
The type of the Item
|
item
Constructor and Description |
---|
NekModelBuilder() |
Modifier and Type | Method and Description |
---|---|
Item |
build(org.eclipse.core.resources.IProject project)
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 static final java.lang.String name
public static final ItemType type
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 project)
ItemBuilder
This operation builds and returns an instance of the Item that can be constructed by the ItemBuilder.
build
in interface ItemBuilder
project
- The Eclipse project that the Item should use for storage.
The newly created Item.