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