public class ModuleResource extends Object implements Serializable
Constructor and Description |
---|
ModuleResource(long moduleId,
String fileName,
String type) |
Modifier and Type | Method and Description |
---|---|
void |
addElement(ProcessModel element)
Add an element to this module resource.
|
List<ProcessModel> |
getElements()
Gets an unmodifiable list of elements in this resource.
|
String |
getFileName()
Gets the file name of this resource.
|
long |
getModuleId()
Gets the identifier of the module in which this resource is defined.
|
String |
getType()
Gets the type of this resource.
|
String |
toString() |
public void addElement(ProcessModel element)
element
- the element to add to this resourcepublic List<ProcessModel> getElements()
public long getModuleId()
public String getFileName()
public String getType()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.