public class MAnnotationDetail extends MIdElement
Constructor and Description |
---|
MAnnotationDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the key.
|
String |
getType()
Get the type.
|
String |
getValue()
Get the value.
|
void |
setKey(String key)
Set the key.
|
void |
setType(String type)
Set the type.
|
void |
setValue(String value)
Set the value.
|
getId, setId
public String getType()
public void setType(String type)
type
- The type to set.public String getKey()
public void setKey(String key)
key
- The key to set.public String getValue()
public void setValue(String value)
value
- The value to set.Copyright © 2012. All Rights Reserved.