Class ConnectionEnd
java.lang.Object
com.independentsoft.office.drawing.ConnectionEnd
The Class ConnectionEnd.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new connection end.ConnectionEnd(InternalXMLStreamReader reader)Instantiates a new connection end. -
Method Summary
-
Constructor Details
-
ConnectionEnd
public ConnectionEnd()Instantiates a new connection end. -
ConnectionEnd
Instantiates a new connection end.- 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
-