| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
StoreFactory.createServiceType()
Returns a new object of class 'Service Type'.
|
ServiceType |
ServiceField.getGenericType()
Returns the value of the 'Generic Type' reference.
|
ServiceType |
ServiceParameter.getGenericType()
Returns the value of the 'Generic Type' reference.
|
ServiceType |
ServiceField.getType()
Returns the value of the 'Type' reference.
|
ServiceType |
ServiceParameter.getType()
Returns the value of the 'Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceField.setGenericType(ServiceType value)
Sets the value of the '
Generic Type' reference. |
void |
ServiceParameter.setGenericType(ServiceType value)
Sets the value of the '
Generic Type' reference. |
void |
ServiceField.setType(ServiceType value)
Sets the value of the '
Type' reference. |
void |
ServiceParameter.setType(ServiceType value)
Sets the value of the '
Type' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTypeImpl
An implementation of the model object 'Service Type'.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
StoreFactoryImpl.createServiceType() |
ServiceType |
ServiceParameterImpl.getGenericType() |
ServiceType |
ServiceFieldImpl.getGenericType() |
ServiceType |
ServiceParameterImpl.getType() |
ServiceType |
ServiceFieldImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceParameterImpl.setGenericType(ServiceType newGenericType) |
void |
ServiceFieldImpl.setGenericType(ServiceType newGenericType) |
void |
ServiceParameterImpl.setType(ServiceType newType) |
void |
ServiceFieldImpl.setType(ServiceType newType) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseServiceType(ServiceType object)
Returns the result of interpreting the object as an instance of 'Service Type'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.