Package jadex.model.modelinfo
Class SubcomponentTypeInfo
java.lang.Object
jadex.model.modelinfo.Startable
jadex.model.modelinfo.SubcomponentTypeInfo
Component type representation.
-
Field Summary
FieldsFields inherited from class jadex.model.modelinfo.Startable
description
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new component type.SubcomponentTypeInfo
(String name, String filename) Create a new component type. -
Method Summary
Modifier and TypeMethodDescriptionGet the filename.getName()
Get the name.void
setFilename
(String filename) Set the filename.void
Set the name.Methods inherited from class jadex.model.modelinfo.Startable
getDescription, getKeepalive, getSuspend, getSynchronous, setDescription, setKeepalive, setSuspend, setSynchronous
-
Field Details
-
name
The name. -
filename
The filename.
-
-
Constructor Details
-
SubcomponentTypeInfo
public SubcomponentTypeInfo()Create a new component type. -
SubcomponentTypeInfo
Create a new component type.
-
-
Method Details
-
getName
Get the name.- Returns:
- The name.
-
setName
Set the name.- Parameters:
name
- The name to set.
-
getFilename
Get the filename.- Returns:
- The filename.
-
setFilename
Set the filename.- Parameters:
filename
- The name to set.
-