thredds.wcs.v1_0_0_1
Class WcsRangeField.Axis

java.lang.Object
  extended by thredds.wcs.v1_0_0_1.WcsRangeField.Axis
Enclosing class:
WcsRangeField

public static class WcsRangeField.Axis
extends Object


Constructor Summary
WcsRangeField.Axis(String name, String label, String description, boolean isNumeric, List<String> values)
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 String getName()
           
 List<String> getValues()
           
 boolean isNumeric()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WcsRangeField.Axis

public WcsRangeField.Axis(String name,
                          String label,
                          String description,
                          boolean isNumeric,
                          List<String> values)
Method Detail

getName

public String getName()

getLabel

public String getLabel()

getDescription

public String getDescription()

isNumeric

public boolean isNumeric()

getValues

public List<String> getValues()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.