public class ParameterMetaData extends Object
Constructor and Description |
---|
ParameterMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getType() |
String |
getValue() |
boolean |
isEditable() |
boolean |
isLocked() |
void |
setEditable(boolean editable) |
void |
setLocked(boolean locked) |
void |
setName(String name) |
void |
setType(int type) |
void |
setValue(String value) |
public boolean isEditable()
public void setEditable(boolean editable)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public boolean isLocked()
public void setLocked(boolean locked)
public int getType()
public void setType(int type)
Copyright © 2023 WSO2. All rights reserved.