Class DataBinding
java.lang.Object
com.independentsoft.office.spreadsheet.DataBinding
The Class DataBinding.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the connection id.Gets the file binding name.Gets the inner xml.Gets the load mode.getName()Gets the name.booleanChecks if is file binding.voidsetConnectionID(int connectionID)Sets the connection id.voidsetFileBinding(boolean isFileBinding)Sets the file binding.voidsetFileBindingName(String fileBindingName)Sets the file binding name.voidsetInnerXml(String innerXml)Sets the inner xml.voidsetLoadMode(DataBindingLoadMode loadMode)Sets the load mode.voidSets the name.toString()
-
Constructor Details
-
DataBinding
public DataBinding()Instantiates a new data binding.
-
-
Method Details
-
clone
-
toString
-
getConnectionID
public int getConnectionID()Gets the connection id.- Returns:
- the connection id
-
setConnectionID
public void setConnectionID(int connectionID)Sets the connection id.- Parameters:
connectionID- the new connection id
-
getLoadMode
Gets the load mode.- Returns:
- the load mode
-
setLoadMode
Sets the load mode.- Parameters:
loadMode- the new load mode
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
isFileBinding
public boolean isFileBinding()Checks if is file binding.- Returns:
- true, if is file binding
-
setFileBinding
public void setFileBinding(boolean isFileBinding)Sets the file binding.- Parameters:
isFileBinding- the new file binding
-
getFileBindingName
Gets the file binding name.- Returns:
- the file binding name
-
setFileBindingName
Sets the file binding name.- Parameters:
fileBindingName- the new file binding name
-
getInnerXml
Gets the inner xml.- Returns:
- the inner xml
-
setInnerXml
Sets the inner xml.- Parameters:
innerXml- the new inner xml
-