| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Method and Description |
|---|---|
File |
StoreFactory.createFile()
Returns a new object of class 'File'.
|
File |
ExtendedData.getFile()
Returns the value of the 'File' reference.
|
File |
ExtendedDataSchema.getFile()
Returns the value of the 'File' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedData.setFile(File value)
Sets the value of the '
File' reference. |
void |
ExtendedDataSchema.setFile(File value)
Sets the value of the '
File' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileImpl
An implementation of the model object 'File'.
|
| Modifier and Type | Method and Description |
|---|---|
File |
StoreFactoryImpl.createFile() |
File |
ExtendedDataImpl.getFile() |
File |
ExtendedDataSchemaImpl.getFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedDataImpl.setFile(File newFile) |
void |
ExtendedDataSchemaImpl.setFile(File newFile) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseFile(File object)
Returns the result of interpreting the object as an instance of 'File'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.