public class InterfaceProvisioning extends ClassProvisioning
Java class for InterfaceProvisioning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterfaceProvisioning">
<complexContent>
<extension base="{http://www.plasma.org/config}ClassProvisioning">
<attribute name="propertyNameStyle" type="{http://www.plasma.org/config}PropertyNameStyle" default="enums" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PropertyNameStyle |
propertyNameStyle |
classNamePrefix, classNameSuffixproperties| Constructor and Description |
|---|
InterfaceProvisioning() |
| Modifier and Type | Method and Description |
|---|---|
PropertyNameStyle |
getPropertyNameStyle()
Gets the value of the propertyNameStyle property.
|
void |
setPropertyNameStyle(PropertyNameStyle value)
Sets the value of the propertyNameStyle property.
|
getClassNamePrefix, getClassNameSuffix, setClassNamePrefix, setClassNameSuffixgetPropertiesprotected PropertyNameStyle propertyNameStyle
public PropertyNameStyle getPropertyNameStyle()
PropertyNameStylepublic void setPropertyNameStyle(PropertyNameStyle value)
value - allowed object is
PropertyNameStyleCopyright © 2015. All rights reserved.