public class RepositoryConfigParameter extends Object
Constructor and Description |
---|
RepositoryConfigParameter() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxlength() |
String |
getName() |
String |
getType() |
String |
getValue() |
boolean |
isMasked() |
boolean |
isRequired() |
void |
setMasked(boolean masked) |
void |
setMaxlength(int maxlength) |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setType(String type) |
void |
setValue(String value) |
public boolean isRequired()
public void setRequired(boolean required)
public String getValue()
public void setValue(String value)
public String getName()
public void setName(String name)
public boolean isMasked()
public void setMasked(boolean masked)
public int getMaxlength()
public void setMaxlength(int maxlength)
public String getType()
public void setType(String type)
Copyright © 2018 WSO2. All rights reserved.