public class MNamedIdElement extends MAnnotationElement
Constructor and Description |
---|
MNamedIdElement() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the full description of the model element.
|
String |
getName()
Get the name.
|
String[] |
getPropertyNames()
Get all property names.
|
Object |
getPropertyValue(String name)
Get a property value from the model.
|
boolean |
hasPropertyValue(String name)
Test, if a property is declared.
|
void |
setDescription(String description)
Set the description.
|
void |
setName(String name)
Set the name.
|
void |
setPropertyValue(String name,
Object value)
Get a declared value from the model.
|
addAnnotation, getAnnotations
getId, setId
public String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getName()
public void setName(String name)
name
- The name to set.public void setPropertyValue(String name, Object value)
name
- The name.public Object getPropertyValue(String name)
name
- The name.public boolean hasPropertyValue(String name)
name
- The property name.public String[] getPropertyNames()
Copyright © 2012. All Rights Reserved.