public static class PivotTransformationType.Transformation extends Object
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="fromAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="toAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pivotOrigin" type="{http://lsc-project.org/XSD/lsc-core-2.2.xsd}pivotOriginType" default="BOTH" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
Transformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromAttribute()
Gets the value of the fromAttribute property.
|
PivotOriginType |
getPivotOrigin()
Gets the value of the pivotOrigin property.
|
String |
getToAttribute()
Gets the value of the toAttribute property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFromAttribute(String value)
Sets the value of the fromAttribute property.
|
void |
setPivotOrigin(PivotOriginType value)
Sets the value of the pivotOrigin property.
|
void |
setToAttribute(String value)
Sets the value of the toAttribute property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getFromAttribute()
Stringpublic void setFromAttribute(String value)
value - allowed object is
Stringpublic String getToAttribute()
Stringpublic void setToAttribute(String value)
value - allowed object is
Stringpublic PivotOriginType getPivotOrigin()
PivotOriginTypepublic void setPivotOrigin(PivotOriginType value)
value - allowed object is
PivotOriginTypeCopyright © 2005-2025 LSC project. All Rights Reserved.