|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumTypedef | |
|---|---|
| ucar.nc2 | The public API to the Java-NetCDF library. |
| Uses of EnumTypedef in ucar.nc2 |
|---|
| Methods in ucar.nc2 that return EnumTypedef | |
|---|---|
EnumTypedef |
Group.findEnumeration(java.lang.String name)
Find an Enumeration Typedef using its (short) name. |
EnumTypedef |
Variable.getEnumTypedef()
|
| Methods in ucar.nc2 that return types with arguments of type EnumTypedef | |
|---|---|
java.util.List<EnumTypedef> |
Group.getEnumTypedefs()
Get the enumerations contained directly in this group. |
| Methods in ucar.nc2 with parameters of type EnumTypedef | |
|---|---|
void |
Group.addEnumeration(EnumTypedef e)
Add an Enumeration |
void |
Variable.setEnumTypedef(EnumTypedef enumTypedef)
Public by accident. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||