public class CommonActionType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
namespace |
protected String |
value |
Constructor and Description |
---|
CommonActionType() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getValue() |
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setValue(String value) |
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is String
public String getValue()
public void setValue(String value)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.