public static enum INdlModifyModelListener.ModifyType extends java.lang.Enum<INdlModifyModelListener.ModifyType>
| Enum Constant and Description |
|---|
ADD |
INCREASE |
MODIFY |
MODIFYREMOVE |
REMOVE |
| Modifier and Type | Method and Description |
|---|---|
static INdlModifyModelListener.ModifyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static INdlModifyModelListener.ModifyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final INdlModifyModelListener.ModifyType ADD
public static final INdlModifyModelListener.ModifyType MODIFY
public static final INdlModifyModelListener.ModifyType REMOVE
public static final INdlModifyModelListener.ModifyType MODIFYREMOVE
public static final INdlModifyModelListener.ModifyType INCREASE
public static INdlModifyModelListener.ModifyType[] values()
for (INdlModifyModelListener.ModifyType c : INdlModifyModelListener.ModifyType.values()) System.out.println(c);
public static INdlModifyModelListener.ModifyType 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 nullCopyright © 2018 RENCI. All Rights Reserved.