public class Config extends DataServiceConfigurationElement
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(Property property) |
void |
addProperty(String name,
Object value) |
org.apache.axiom.om.OMElement |
buildXML()
Generates XML representation of Object
|
String |
getDataSourceType() |
String |
getId() |
ArrayList<Property> |
getProperties() |
Object |
getPropertyValue(String propertyName) |
boolean |
isExposeAsODataService() |
boolean |
isUseSecretAliasForPassword() |
void |
removeProperty(Property propertyName) |
void |
removeProperty(String propertyName) |
void |
setExposeAsOData(boolean value) |
void |
setId(String id) |
void |
setProperties(ArrayList<Property> properties) |
void |
setUseSecretAliasForPassword(boolean useSecretAliasForPassword) |
void |
updateProperty(String name,
Object value) |
void |
updatePropertyName(String name,
String value) |
extractAdvancedProps, getRequiredRoles, getXsdType, setRequiredRoles, setxsdTypepublic void addProperty(Property property)
public void removeProperty(Property propertyName)
public void removeProperty(String propertyName)
public String getId()
public void setId(String id)
public boolean isExposeAsODataService()
public void setExposeAsOData(boolean value)
public boolean isUseSecretAliasForPassword()
public void setUseSecretAliasForPassword(boolean useSecretAliasForPassword)
public String getDataSourceType()
public org.apache.axiom.om.OMElement buildXML()
DataServiceConfigurationElementbuildXML in class DataServiceConfigurationElementCopyright © 2020 WSO2. All rights reserved.