Class XmlColumnProperties
java.lang.Object
com.independentsoft.office.spreadsheet.tables.XmlColumnProperties
The Class XmlColumnProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetMapID()Gets the map id.getType()Gets the type.getXPath()Gets the x path.booleanChecks if is denormalized.voidsetDenormalized(boolean denormalized)Sets the denormalized.voidsetMapID(int mapID)Sets the map id.voidsetType(XmlDataType type)Sets the type.voidSets the x path.toString()
-
Constructor Details
-
XmlColumnProperties
public XmlColumnProperties()Instantiates a new xml column properties.
-
-
Method Details
-
clone
-
toString
-
isDenormalized
public boolean isDenormalized()Checks if is denormalized.- Returns:
- true, if is denormalized
-
setDenormalized
public void setDenormalized(boolean denormalized)Sets the denormalized.- Parameters:
denormalized- the new denormalized
-
getMapID
public int getMapID()Gets the map id.- Returns:
- the map id
-
setMapID
public void setMapID(int mapID)Sets the map id.- Parameters:
mapID- the new map id
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getXPath
Gets the x path.- Returns:
- the x path
-
setXPath
Sets the x path.- Parameters:
xPath- the new x path
-