Package com.independentsoft.office.vml
Class Proxy
java.lang.Object
com.independentsoft.office.vml.Proxy
The Class Proxy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the connection location.Gets the reference.booleanChecks if is end point connected.booleanChecks if is start point connected.voidsetConnectionLocation(int connectionLocation)Sets the connection location.voidsetEndPointConnected(boolean isEndPointConnected)Sets the end point connected.voidsetReference(String reference)Sets the reference.voidsetStartPointConnected(boolean isStartPointConnected)Sets the start point connected.toString()
-
Constructor Details
-
Proxy
public Proxy()Instantiates a new proxy.
-
-
Method Details
-
clone
-
toString
-
getConnectionLocation
public int getConnectionLocation()Gets the connection location.- Returns:
- the connection location
-
setConnectionLocation
public void setConnectionLocation(int connectionLocation)Sets the connection location.- Parameters:
connectionLocation- the new connection location
-
isEndPointConnected
public boolean isEndPointConnected()Checks if is end point connected.- Returns:
- true, if is end point connected
-
setEndPointConnected
public void setEndPointConnected(boolean isEndPointConnected)Sets the end point connected.- Parameters:
isEndPointConnected- the new end point connected
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
isStartPointConnected
public boolean isStartPointConnected()Checks if is start point connected.- Returns:
- true, if is start point connected
-
setStartPointConnected
public void setStartPointConnected(boolean isStartPointConnected)Sets the start point connected.- Parameters:
isStartPointConnected- the new start point connected
-