Package org.openpnp.model.eagle.xml
Class Variantdef
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Variantdef
-
public class Variantdef extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Variantdef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrent()Gets the value of the current property.java.lang.StringgetName()Gets the value of the name property.voidsetCurrent(java.lang.String value)Sets the value of the current property.voidsetName(java.lang.String value)Sets the value of the name 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
-
getCurrent
public java.lang.String getCurrent()
Gets the value of the current property.- Returns:
- possible object is
String
-
setCurrent
public void setCurrent(java.lang.String value)
Sets the value of the current property.- Parameters:
value- allowed object isString
-
-