Package org.openpnp.model.eagle.xml
Class Description
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Description
-
public class Description extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Description()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLanguage()
Gets the value of the language property.java.lang.String
getvalue()
Gets the value of the value property.void
setLanguage(java.lang.String value)
Sets the value of the language property.void
setvalue(java.lang.String value)
Sets the value of the value property.
-
-
-
Method Detail
-
getLanguage
public java.lang.String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(java.lang.String value)
Sets the value of the language property.- Parameters:
value
- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
-