public static enum CompositionRelation.jsonFeature extends Enum<CompositionRelation.jsonFeature>
Enum Constant and Description |
---|
component |
compositionName |
compositionUUID |
hidden |
proportion |
relation |
substance |
Modifier and Type | Method and Description |
---|---|
String |
jsonname() |
static CompositionRelation.jsonFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositionRelation.jsonFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositionRelation.jsonFeature substance
public static final CompositionRelation.jsonFeature component
public static final CompositionRelation.jsonFeature compositionUUID
public static final CompositionRelation.jsonFeature compositionName
public static final CompositionRelation.jsonFeature relation
public static final CompositionRelation.jsonFeature proportion
public static final CompositionRelation.jsonFeature hidden
public static CompositionRelation.jsonFeature[] values()
for (CompositionRelation.jsonFeature c : CompositionRelation.jsonFeature.values()) System.out.println(c);
public static CompositionRelation.jsonFeature 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 nullpublic String jsonname()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.