public static enum Composition.Aggregate extends Enum<Composition.Aggregate>
Modifier and Type | Method and Description |
---|---|
String |
getAggregateName() |
static Composition.Aggregate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Composition.Aggregate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Composition.Aggregate COMPLETE
public static final Composition.Aggregate INCOMPLETE
public static final Composition.Aggregate INCOMPLETE_FIRST_PARTY_ONLY
public static final Composition.Aggregate INCOMPLETE_FIRST_PARTY_PROPRIETARY_ONLY
public static final Composition.Aggregate INCOMPLETE_FIRST_PARTY_OPENSOURCE_ONLY
public static final Composition.Aggregate INCOMPLETE_THIRD_PARTY_ONLY
public static final Composition.Aggregate INCOMPLETE_THIRD_PARTY_PROPRIETARY_ONLY
public static final Composition.Aggregate INCOMPLETE_THIRD_PARTY_OPENSOURCE_ONLY
public static final Composition.Aggregate UNKNOWN
public static final Composition.Aggregate NOT_SPECIFIED
public static Composition.Aggregate[] values()
for (Composition.Aggregate c : Composition.Aggregate.values()) System.out.println(c);
public static Composition.Aggregate 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 getAggregateName()
Copyright © 2017–2025 OWASP Foundation. All rights reserved.