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" />
<attribute name="enumSource" type="{http://www.plasma.org/config}EnumSource" default="derived" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumSource |
enumSource |
protected PropertyNameStyle |
propertyNameStyle |
classNamePrefix, classNameSuffixproperties| Constructor and Description |
|---|
InterfaceProvisioning() |
| Modifier and Type | Method and Description |
|---|---|
EnumSource |
getEnumSource()
Gets the value of the enumSource property.
|
PropertyNameStyle |
getPropertyNameStyle()
Gets the value of the propertyNameStyle property.
|
void |
setEnumSource(EnumSource value)
Sets the value of the enumSource property.
|
void |
setPropertyNameStyle(PropertyNameStyle value)
Sets the value of the propertyNameStyle property.
|
getClassNamePrefix, getClassNameSuffix, setClassNamePrefix, setClassNameSuffixgetPropertiesprotected PropertyNameStyle propertyNameStyle
protected EnumSource enumSource
public PropertyNameStyle getPropertyNameStyle()
PropertyNameStylepublic void setPropertyNameStyle(PropertyNameStyle value)
value - allowed object is
PropertyNameStylepublic EnumSource getEnumSource()
EnumSourcepublic void setEnumSource(EnumSource value)
value - allowed object is
EnumSourceCopyright © 2017. All rights reserved.