ucar.nc2.CDMSort Maven / Gradle / Ivy
The newest version!
/*
* Copyright (c) 1998-2018 John Caron and University Corporation for Atmospheric Research/Unidata
* See LICENSE for license information.
*/
package ucar.nc2;
/**
* Enumeration of the kinds of nodes in a CDM model.
*
* @link CDMNode.java
*
* @author Dennis Heimbigner
* @deprecated Will move to Dap4 module in version 6.
*/
@Deprecated
public enum CDMSort {
ATTRIBUTE, DIMENSION, ENUMERATION, VARIABLE, // Atomic
SEQUENCE, STRUCTURE, GROUP
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy