Class ExternalCell
java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.ExternalCell
The Class ExternalCell.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the metadata.Gets the reference.getType()Gets the type.getValue()Gets the value.voidsetMetadata(int metadata)Sets the metadata.voidsetReference(String reference)Sets the reference.voidSets the type.voidSets the value.toString()
-
Constructor Details
-
ExternalCell
public ExternalCell()Instantiates a new external cell.
-
-
Method Details
-
clone
-
toString
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getMetadata
public int getMetadata()Gets the metadata.- Returns:
- the metadata
-
setMetadata
public void setMetadata(int metadata)Sets the metadata.- Parameters:
metadata- the new metadata
-