public static enum ComponentDescriptor.Type extends Enum<ComponentDescriptor.Type>
Enum Constant and Description |
---|
COMPONENT
Temporary type for (future) generic component definitions.
|
EDITOR
Deprecated.
since 5.2.16 - use
PUBLIC with GadgetSpecification instead |
LIBRARY
Type of
library components |
LINKEDITOR
Deprecated.
since 5.2.16 - replaced by generic links
|
PROJECTAPP
Type of
project apps |
PUBLIC
Type of
public components. |
SERVICE
Type of
service components |
WEBAPP
Type of
webapp components |
WEBSERVER
Type of
webserver components |
Modifier and Type | Method and Description |
---|---|
static ComponentDescriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentDescriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentDescriptor.Type PUBLIC
public
components.@Deprecated public static final ComponentDescriptor.Type EDITOR
PUBLIC
with GadgetSpecification
insteadpublic static final ComponentDescriptor.Type LIBRARY
library
componentspublic static final ComponentDescriptor.Type SERVICE
service
componentspublic static final ComponentDescriptor.Type WEBAPP
webapp
componentspublic static final ComponentDescriptor.Type WEBSERVER
webserver
componentspublic static final ComponentDescriptor.Type PROJECTAPP
project apps
@Deprecated public static final ComponentDescriptor.Type LINKEDITOR
public static final ComponentDescriptor.Type COMPONENT
public static ComponentDescriptor.Type[] values()
for (ComponentDescriptor.Type c : ComponentDescriptor.Type.values()) System.out.println(c);
public static ComponentDescriptor.Type 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210