Class LogicalModel.PrivateDataFoundation.Layout

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.PrivateDataFoundation.Layout
Enclosing class:
LogicalModel.PrivateDataFoundation

public static class LogicalModel.PrivateDataFoundation.Layout extends Object
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="shapes" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • shapes

      protected String shapes
      The shapes.
  • Constructor Details

    • Layout

      public Layout()
  • Method Details

    • getShapes

      public String getShapes()
      Gets the value of the shapes property.
      Returns:
      possible object is String
    • setShapes

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