Class PropertyParameters.Property

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Parameter
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.PropertyParameters.Property
Enclosing class:
PropertyParameters

public static class PropertyParameters.Property extends Parameter

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.bpsim.org/schemas/1.0}Parameter">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String