org.plasma.config
Class InterfaceProvisioning

java.lang.Object
  extended by org.plasma.config.Configuration
      extended by org.plasma.config.ClassProvisioning
          extended by 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>
 


Field Summary
protected  PropertyNameStyle propertyNameStyle
           
 
Fields inherited from class org.plasma.config.ClassProvisioning
classNamePrefix, classNameSuffix
 
Fields inherited from class org.plasma.config.Configuration
properties
 
Constructor Summary
InterfaceProvisioning()
           
 
Method Summary
 PropertyNameStyle getPropertyNameStyle()
          Gets the value of the propertyNameStyle property.
 void setPropertyNameStyle(PropertyNameStyle value)
          Sets the value of the propertyNameStyle property.
 
Methods inherited from class org.plasma.config.ClassProvisioning
getClassNamePrefix, getClassNameSuffix, setClassNamePrefix, setClassNameSuffix
 
Methods inherited from class org.plasma.config.Configuration
getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyNameStyle

protected PropertyNameStyle propertyNameStyle
Constructor Detail

InterfaceProvisioning

public InterfaceProvisioning()
Method Detail

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.