public class SMOutput extends Object
| Constructor and Description |
|---|
SMOutput(SMTypeParameter type,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
SMTypeParameter |
getType() |
void |
setContent(String content) |
void |
setType(SMTypeParameter type) |
public SMOutput(SMTypeParameter type, String content)
public SMTypeParameter getType()
public void setType(SMTypeParameter type)
type - the type to setpublic String getContent()
public void setContent(String content)
content - the content to setCopyright © 2014. All Rights Reserved.