astronomy.data.spectra
Interface SpectraType.DiscontinuityType

All Superinterfaces:
LineType
All Known Implementing Classes:
SpectraTypeImpl.DiscontinuityTypeImpl
Enclosing interface:
SpectraType

public static interface SpectraType.DiscontinuityType
extends LineType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType>
   <complexContent>
     <extension base="{}lineType">
       <attribute name="emission" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface astronomy.data.spectra.LineType
LineType.TransitionType
 
Method Summary
 boolean isEmission()
           
 void setEmission(boolean value)
           
 
Methods inherited from interface astronomy.data.spectra.LineType
getIntensity, getTransition, getWavelength, getWidth, setIntensity, setWavelength, setWidth
 

Method Detail

isEmission

boolean isEmission()

setEmission

void setEmission(boolean value)