@Immutable public class EnumTypedef extends CDMNode
| Constructor and Description |
|---|
EnumTypedef(String name,
Map<Integer,String> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getEnumStrings() |
Map<Integer,String> |
getMap() |
String |
getName() |
String |
getShortName() |
int |
hashCode() |
String |
lookupEnumString(int e) |
String |
toString() |
String |
writeCDL(boolean strict)
String representation.
|
public String getName()
public String getShortName()
public String lookupEnumString(int e)
public String writeCDL(boolean strict)
strict - if true, write in strict adherence to CDL definition.Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.