Package org.openpnp.model.eagle.xml
Class Port
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Port
-
public class Port extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Port()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCoord()
Gets the value of the coord property.java.lang.String
getDirection()
Gets the value of the direction property.java.lang.String
getName()
Gets the value of the name property.java.lang.String
getSide()
Gets the value of the side property.void
setCoord(java.lang.String value)
Sets the value of the coord property.void
setDirection(java.lang.String value)
Sets the value of the direction property.void
setName(java.lang.String value)
Sets the value of the name property.void
setSide(java.lang.String value)
Sets the value of the side property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getSide
public java.lang.String getSide()
Gets the value of the side property.- Returns:
- possible object is
String
-
setSide
public void setSide(java.lang.String value)
Sets the value of the side property.- Parameters:
value
- allowed object isString
-
getCoord
public java.lang.String getCoord()
Gets the value of the coord property.- Returns:
- possible object is
String
-
setCoord
public void setCoord(java.lang.String value)
Sets the value of the coord property.- Parameters:
value
- allowed object isString
-
getDirection
public java.lang.String getDirection()
Gets the value of the direction property.- Returns:
- possible object is
String
-
setDirection
public void setDirection(java.lang.String value)
Sets the value of the direction property.- Parameters:
value
- allowed object isString
-
-