Package gaiasky.util.filter.attrib
Class AttributeMualpha
- java.lang.Object
-
- gaiasky.util.filter.attrib.AttributeAbstract
-
- gaiasky.util.filter.attrib.AttributeMualpha
-
- All Implemented Interfaces:
IAttribute<StarGroup.StarBean>
public class AttributeMualpha extends AttributeAbstract implements IAttribute<StarGroup.StarBean>
-
-
Field Summary
-
Fields inherited from interface gaiasky.util.filter.attrib.IAttribute
aux1, aux2
-
-
Constructor Summary
Constructors Constructor Description AttributeMualpha()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleget(StarGroup.StarBean 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(StarGroup.StarBean bean)
Description copied from interface:IAttributeGets the value of this attribute- Specified by:
getin interfaceIAttribute<StarGroup.StarBean>- Returns:
- The value
-
getUnit
public java.lang.String getUnit()
Description copied from interface:IAttributeGets the unit in string- Specified by:
getUnitin interfaceIAttribute<StarGroup.StarBean>- Returns:
- The unit of this attribute
-
toString
public java.lang.String toString()
Description copied from interface:IAttributeGets the name- Specified by:
toStringin interfaceIAttribute<StarGroup.StarBean>- Overrides:
toStringin classjava.lang.Object- Returns:
- The name
-
-