org.tridas.interfaces
Interface ITridasGeneric

All Known Subinterfaces:
ITridasDerivedSeries, ITridasSeries
All Known Implementing Classes:
BaseSeries, TridasDerivedSeries, TridasElement, TridasEntity, TridasMeasurementSeries, TridasObject, TridasObjectEx, TridasProject, TridasRadius, TridasSample

public interface ITridasGeneric


Method Summary
 List<TridasGenericField> getGenericFields()
          Gets the value of the genericFields property.
 boolean isSetGenericFields()
           
 void unsetGenericFields()
           
 

Method Detail

getGenericFields

List<TridasGenericField> getGenericFields()
Gets the value of the genericFields 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 set method for the genericFields property.

For example, to add a new item, do as follows:

    getGenericFields().add(newItem);
 

Objects of the following type(s) are allowed in the list TridasGenericField


isSetGenericFields

boolean isSetGenericFields()

unsetGenericFields

void unsetGenericFields()


Copyright © 2011 TRiDaS. All Rights Reserved.