Class InformationModelLayout
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.InformationModelLayout
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="relativeWidthScenario" type="{http://www.w3.org/2001/XMLSchema}byte" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the relativeWidthScenario property.getValue()Gets the value of the value property.voidsetRelativeWidthScenario(Byte value) Sets the value of the relativeWidthScenario property.voidSets the value of the value property.
-
Field Details
-
value
The value. -
relativeWidthScenario
The relative width scenario.
-
-
Constructor Details
-
InformationModelLayout
public InformationModelLayout()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getRelativeWidthScenario
Gets the value of the relativeWidthScenario property.- Returns:
- possible object is
Byte
-
setRelativeWidthScenario
Sets the value of the relativeWidthScenario property.- Parameters:
value- allowed object isByte
-