public class Property extends Object implements Serializable
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
static Property |
build(org.apache.axiom.om.OMElement propertyOM) |
boolean |
equals(Object o) |
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
isConfidential() |
boolean |
isRequired() |
void |
setConfidential(boolean isConfidential) |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setType(String type) |
void |
setValue(String value) |
public static Property build(org.apache.axiom.om.OMElement propertyOM)
public String getValue()
public void setValue(String value)
value
- public String getName()
public void setName(String name)
name
- public boolean isConfidential()
public void setConfidential(boolean isConfidential)
isConfidential
- public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue
- public String getDisplayName()
public void setDisplayName(String displayName)
displayName
- public boolean isRequired()
public void setRequired(boolean required)
required
- public String getDescription()
public void setDescription(String description)
description
- public String getType()
public void setType(String type)
type
- Copyright © 2015 WSO2. All rights reserved.