Package jline.lang
Class Element
java.lang.Object
jline.lang.Element
- All Implemented Interfaces:
Serializable,Copyable
- Direct Known Subclasses:
LayeredNetworkElement,NetworkElement,ServerType,WorkflowActivity
Superclass for model elements
- See Also:
-
Field Details
-
name
-
-
Constructor Details
-
Element
Creates a new element with the specified name.- Parameters:
name- the name to assign to this element
-
-
Method Details
-
getName
Gets the name of this element.- Returns:
- the element's name
-
setName
Sets the name of this element.- Parameters:
name- the new name for this element
-