public class SMParameter extends Object
| Constructor and Description |
|---|
SMParameter() |
SMParameter(String defaultValue,
String description,
String name,
SMTypeParameter type) |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultValue() |
void |
defaultValue(String defaultValue) |
String |
description() |
void |
description(String description) |
String |
name() |
void |
name(String name) |
SMTypeParameter |
type() |
void |
type(SMTypeParameter type) |
public SMParameter()
public SMParameter(String defaultValue, String description, String name, SMTypeParameter type)
public String name()
public void name(String name)
resource - the resource to setpublic String defaultValue()
public void defaultValue(String defaultValue)
resource - the resource to setpublic String description()
public void description(String description)
resource - the resource to setpublic SMTypeParameter type()
public void type(SMTypeParameter type)
resource - the resource to setCopyright © 2016. All Rights Reserved.