public static enum NewModelWizard.ObjectType extends java.lang.Enum<NewModelWizard.ObjectType>
Enum Constant and Description |
---|
AADL_PACKAGE |
AADL_PROPERTY_SET |
Modifier and Type | Method and Description |
---|---|
static NewModelWizard.ObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NewModelWizard.ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NewModelWizard.ObjectType AADL_PACKAGE
public static final NewModelWizard.ObjectType AADL_PROPERTY_SET
public static NewModelWizard.ObjectType[] values()
for (NewModelWizard.ObjectType c : NewModelWizard.ObjectType.values()) System.out.println(c);
public static NewModelWizard.ObjectType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null