org.wso2.carbon.deployment.synchronizer.internal.util
Class RepositoryConfigParameter
java.lang.Object
org.wso2.carbon.deployment.synchronizer.internal.util.RepositoryConfigParameter
public class RepositoryConfigParameter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryConfigParameter
public RepositoryConfigParameter()
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean required)
getValue
public String getValue()
setValue
public void setValue(String value)
getName
public String getName()
setName
public void setName(String name)
isMasked
public boolean isMasked()
setMasked
public void setMasked(boolean masked)
getMaxlength
public int getMaxlength()
setMaxlength
public void setMaxlength(int maxlength)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2015 WSO2. All rights reserved.