|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GenericModel.PropertyCopyDuplicatBehaviorIndicator>
de.interactive_instruments.ShapeChange.Model.Generic.GenericModel.PropertyCopyDuplicatBehaviorIndicator
public static enum GenericModel.PropertyCopyDuplicatBehaviorIndicator
Identifies different behaviors for situations in which a property is intended to be copied to a class but another property with the same name already exists in that class.
Enum Constant Summary | |
---|---|
ADD
Indicates that the copy shall be added to the content model, resulting in two properties with the same name. |
|
IGNORE
Indicates that the copy shall be ignored. |
|
IGNORE_UNRESTRICT
Indicates that the copy shall be ignored. |
|
OVERWRITE
Indicates that the copy shall overwrite the existing property with the same name. |
Method Summary | |
---|---|
static GenericModel.PropertyCopyDuplicatBehaviorIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GenericModel.PropertyCopyDuplicatBehaviorIndicator[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GenericModel.PropertyCopyDuplicatBehaviorIndicator IGNORE
public static final GenericModel.PropertyCopyDuplicatBehaviorIndicator IGNORE_UNRESTRICT
public static final GenericModel.PropertyCopyDuplicatBehaviorIndicator ADD
public static final GenericModel.PropertyCopyDuplicatBehaviorIndicator OVERWRITE
Method Detail |
---|
public static GenericModel.PropertyCopyDuplicatBehaviorIndicator[] values()
for (GenericModel.PropertyCopyDuplicatBehaviorIndicator c : GenericModel.PropertyCopyDuplicatBehaviorIndicator.values()) System.out.println(c);
public static GenericModel.PropertyCopyDuplicatBehaviorIndicator valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |