public class Filter extends Object
| Constructor and Description |
|---|
Filter()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFilterID()
Returns filterID as Integer
|
String |
getName() |
double |
getWeight()
return filter weight
|
@Command(type=QUERY,
level=0,
description="Returns filter id.")
public int getFilterID()
public String getName()
public double getWeight()
Copyright © 2021 LSST. All rights reserved.