| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<PluginType> |
PluginType.VALUES
A public read-only list of all the 'Plugin Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginType |
PluginType.get(int value)
Returns the 'Plugin Type' literal with the specified integer value.
|
static PluginType |
PluginType.get(String literal)
Returns the 'Plugin Type' literal with the specified literal value.
|
static PluginType |
PluginType.getByName(String name)
Returns the 'Plugin Type' literal with the specified name.
|
PluginType |
PluginVersion.getType()
Returns the value of the 'Type' attribute.
|
static PluginType |
PluginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginType[] |
PluginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginVersion.setType(PluginType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
PluginType |
StoreFactoryImpl.createPluginTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
PluginType |
PluginVersionImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginVersionImpl.setType(PluginType newType) |
Copyright © 2016 OpenSource BIM. All rights reserved.