Class ConnectionStart
java.lang.Object
com.independentsoft.office.drawing.ConnectionStart
The Class ConnectionStart.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new connection start.ConnectionStart(InternalXMLStreamReader reader)Instantiates a new connection start. -
Method Summary
-
Constructor Details
-
ConnectionStart
public ConnectionStart()Instantiates a new connection start. -
ConnectionStart
Instantiates a new connection start.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getIndex
public int getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(int index)Sets the index.- Parameters:
index- the new index
-