public enum SgroupKey extends Enum<SgroupKey>
Enum Constant and Description |
---|
CtabAbbreviationAttachPoint |
CtabAbbreviationVector |
CtabBracket |
CtabBracketStyle |
CtabClass |
CtabComponentNumber |
CtabConnectivity |
CtabCorrespondence |
CtabDisplayInfo |
CtabExpansion |
CtabLabel
Not to be confused with the subscript key
this is Sgroup label not the bracket label (e.g.
|
CtabParentAtomList |
CtabSubScript |
CtabSubType |
CtabType |
Data |
DataDisplayInformation |
DataFieldFormat |
DataFieldName |
DataFieldUnits |
Modifier and Type | Method and Description |
---|---|
static SgroupKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SgroupKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SgroupKey CtabType
public static final SgroupKey CtabSubType
public static final SgroupKey CtabLabel
public static final SgroupKey CtabExpansion
public static final SgroupKey CtabCorrespondence
public static final SgroupKey CtabAbbreviationVector
public static final SgroupKey CtabAbbreviationAttachPoint
public static final SgroupKey CtabDisplayInfo
public static final SgroupKey CtabSubScript
public static final SgroupKey CtabConnectivity
public static final SgroupKey CtabBracket
public static final SgroupKey CtabBracketStyle
public static final SgroupKey CtabClass
public static final SgroupKey CtabParentAtomList
public static final SgroupKey CtabComponentNumber
public static final SgroupKey DataFieldName
public static final SgroupKey DataFieldFormat
public static final SgroupKey DataFieldUnits
public static final SgroupKey DataDisplayInformation
public static final SgroupKey Data
public static SgroupKey[] values()
for (SgroupKey c : SgroupKey.values()) System.out.println(c);
public static SgroupKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022. All rights reserved.