AttributeKind@Deprecated public static enum IModelTypeAttribute.AttributeType extends Enum<IModelTypeAttribute.AttributeType>
| Enum Constant and Description |
|---|
CHANGEABLE
Deprecated.
|
CONSTANT
Deprecated.
|
DERIVED_BY_EXPLICIT_METHOD_CALL
Deprecated.
|
DERIVED_ON_THE_FLY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static IModelTypeAttribute.AttributeType |
forName(String name)
Deprecated.
|
String |
toString()
Deprecated.
|
static IModelTypeAttribute.AttributeType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IModelTypeAttribute.AttributeType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IModelTypeAttribute.AttributeType CHANGEABLE
public static final IModelTypeAttribute.AttributeType CONSTANT
public static final IModelTypeAttribute.AttributeType DERIVED_ON_THE_FLY
public static final IModelTypeAttribute.AttributeType DERIVED_BY_EXPLICIT_METHOD_CALL
public static IModelTypeAttribute.AttributeType[] values()
for (IModelTypeAttribute.AttributeType c : IModelTypeAttribute.AttributeType.values()) System.out.println(c);
public static IModelTypeAttribute.AttributeType 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 toString()
toString in class Enum<IModelTypeAttribute.AttributeType>public static IModelTypeAttribute.AttributeType forName(String name)
Copyright © 2016. All rights reserved.