@DefaultProperty(value="mvcArgs")
public class MetaComponent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MetaComponent.MvcArg |
Constructor and Description |
---|
MetaComponent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMcvId() |
java.util.List<MetaComponent.MvcArg> |
getMvcArgs() |
java.lang.String |
getMvcType() |
void |
setMcvId(java.lang.String mcvId) |
void |
setMvcType(java.lang.String mvcType) |
public java.lang.String getMvcType()
public void setMvcType(java.lang.String mvcType)
public java.lang.String getMcvId()
public void setMcvId(java.lang.String mcvId)
@Nonnull public java.util.List<MetaComponent.MvcArg> getMvcArgs()