Package org.openpnp.model.eagle.xml
Class Technologies
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Technologies
-
public class Technologies extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Technology>technology
-
Constructor Summary
Constructors Constructor Description Technologies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Technology>getTechnology()Gets the value of the technology property.
-
-
-
Field Detail
-
technology
protected java.util.List<Technology> technology
-
-
Method Detail
-
getTechnology
public java.util.List<Technology> getTechnology()
Gets the value of the technology property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the technology property.For example, to add a new item, do as follows:
getTechnology().add(newItem);
Objects of the following type(s) are allowed in the list
Technology
-
-