|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TridasFile | |
---|---|
org.tridas.schema |
Uses of TridasFile in org.tridas.schema |
---|
Fields in org.tridas.schema with type parameters of type TridasFile | |
---|---|
protected List<TridasFile> |
TridasProject.files
|
protected List<TridasFile> |
TridasSample.files
|
protected List<TridasFile> |
TridasObject.files
|
protected List<TridasFile> |
TridasElement.files
|
Methods in org.tridas.schema that return TridasFile | |
---|---|
TridasFile |
ObjectFactory.createTridasFile()
Create an instance of TridasFile |
Methods in org.tridas.schema that return types with arguments of type TridasFile | |
---|---|
List<TridasFile> |
TridasProject.getFiles()
Gets the value of the files property. |
List<TridasFile> |
TridasSample.getFiles()
Gets the value of the files property. |
List<TridasFile> |
TridasObject.getFiles()
Gets the value of the files property. |
List<TridasFile> |
TridasElement.getFiles()
Gets the value of the files property. |
Method parameters in org.tridas.schema with type arguments of type TridasFile | |
---|---|
void |
TridasProject.setFiles(List<TridasFile> files)
Sets the value of the files property. |
void |
TridasSample.setFiles(List<TridasFile> files)
Sets the value of the files property. |
void |
TridasObject.setFiles(List<TridasFile> files)
Sets the value of the files property. |
void |
TridasElement.setFiles(List<TridasFile> files)
Sets the value of the files property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |