Package gaiasky.util.filter.attrib
Class AttributeEclLongitude
- java.lang.Object
-
- gaiasky.util.filter.attrib.AttributeAbstract
-
- gaiasky.util.filter.attrib.AttributeEclLongitude
-
- All Implemented Interfaces:
IAttribute<ParticleGroup.ParticleBean>
public class AttributeEclLongitude extends AttributeAbstract implements IAttribute<ParticleGroup.ParticleBean>
-
-
Field Summary
-
Fields inherited from interface gaiasky.util.filter.attrib.IAttribute
aux1, aux2
-
-
Constructor Summary
Constructors Constructor Description AttributeEclLongitude()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleget(ParticleGroup.ParticleBean bean)Gets the value of this attributejava.lang.StringgetUnit()Gets the unit in stringjava.lang.StringtoString()Gets the name-
Methods inherited from class gaiasky.util.filter.attrib.AttributeAbstract
equals
-
-
-
-
Method Detail
-
get
public double get(ParticleGroup.ParticleBean bean)
Description copied from interface:IAttributeGets the value of this attribute- Specified by:
getin interfaceIAttribute<ParticleGroup.ParticleBean>- Returns:
- The value
-
getUnit
public java.lang.String getUnit()
Description copied from interface:IAttributeGets the unit in string- Specified by:
getUnitin interfaceIAttribute<ParticleGroup.ParticleBean>- Returns:
- The unit of this attribute
-
toString
public java.lang.String toString()
Description copied from interface:IAttributeGets the name- Specified by:
toStringin interfaceIAttribute<ParticleGroup.ParticleBean>- Overrides:
toStringin classjava.lang.Object- Returns:
- The name
-
-