org.plasma.config
Class InterfaceProvisioning
java.lang.Object
org.plasma.config.Configuration
org.plasma.config.ClassProvisioning
org.plasma.config.InterfaceProvisioning
public class InterfaceProvisioning
- extends ClassProvisioning
specific provisioning properties for interfaces under this context
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyNameStyle
protected PropertyNameStyle propertyNameStyle
InterfaceProvisioning
public InterfaceProvisioning()
getPropertyNameStyle
public PropertyNameStyle getPropertyNameStyle()
- Gets the value of the propertyNameStyle property.
- Returns:
- possible object is
PropertyNameStyle
setPropertyNameStyle
public void setPropertyNameStyle(PropertyNameStyle value)
- Sets the value of the propertyNameStyle property.
- Parameters:
value - allowed object is
PropertyNameStyle
Copyright © 2013. All rights reserved.