Package org.openpnp.model.eagle.xml
Class Layer
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Layer
-
public class Layer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Layer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActive()Gets the value of the active property.java.lang.StringgetColor()Gets the value of the color property.java.lang.StringgetFill()Gets the value of the fill property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNumber()Gets the value of the number property.java.lang.StringgetVisible()Gets the value of the visible property.voidsetActive(java.lang.String value)Sets the value of the active property.voidsetColor(java.lang.String value)Sets the value of the color property.voidsetFill(java.lang.String value)Sets the value of the fill property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNumber(java.lang.String value)Sets the value of the number property.voidsetVisible(java.lang.String value)Sets the value of the visible property.
-
-
-
Method Detail
-
getNumber
public java.lang.String getNumber()
Gets the value of the number property.- Returns:
- possible object is
String
-
setNumber
public void setNumber(java.lang.String value)
Sets the value of the number property.- Parameters:
value- allowed object isString
-
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
-
getColor
public java.lang.String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(java.lang.String value)
Sets the value of the color property.- Parameters:
value- allowed object isString
-
getFill
public java.lang.String getFill()
Gets the value of the fill property.- Returns:
- possible object is
String
-
setFill
public void setFill(java.lang.String value)
Sets the value of the fill property.- Parameters:
value- allowed object isString
-
getVisible
public java.lang.String getVisible()
Gets the value of the visible property.- Returns:
- possible object is
String
-
setVisible
public void setVisible(java.lang.String value)
Sets the value of the visible property.- Parameters:
value- allowed object isString
-
getActive
public java.lang.String getActive()
Gets the value of the active property.- Returns:
- possible object is
String
-
setActive
public void setActive(java.lang.String value)
Sets the value of the active property.- Parameters:
value- allowed object isString
-
-