Package | Description |
---|---|
horstmann.ch08_umleditor |
Modifier and Type | Field and Description |
---|---|
private MultiLineString |
ClassNode.attributes |
private MultiLineString |
ClassNode.methods |
private MultiLineString |
ClassNode.name |
Modifier and Type | Method and Description |
---|---|
MultiLineString |
ClassNode.getAttributes()
Gets the attributes property value.
|
MultiLineString |
ClassNode.getMethods()
Gets the methods property value.
|
MultiLineString |
ClassNode.getName()
Gets the name property value.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassNode.setAttributes(MultiLineString newValue)
Sets the attributes property value.
|
void |
ClassNode.setMethods(MultiLineString newValue)
Sets the methods property value.
|
void |
ClassNode.setName(MultiLineString newValue)
Sets the name property value.
|