de.mid.innovator.srv2api.icw2elem
Enum K_MODIFY

java.lang.Object
  extended by java.lang.Enum<K_MODIFY>
      extended by de.mid.innovator.srv2api.icw2elem.K_MODIFY
All Implemented Interfaces:
IntEnum, Serializable, Comparable<K_MODIFY>

public enum K_MODIFY
extends Enum<K_MODIFY>
implements IntEnum


Enum Constant Summary
Access
           
Bitmap
           
ChangeableFont
           
Declaration
           
DGChapterTab
           
DGCommandPropsTab
           
DGNameDETab
           
DGNameENTab
           
DGPictureTab
           
DialogFolder
           
DialogFolder10Tab
           
DialogFolder1Tab
           
DialogFolder2Tab
           
DialogFolder3Tab
           
DialogFolder4Tab
           
DialogFolder5Tab
           
DialogFolder6Tab
           
DialogFolder7Tab
           
DialogFolder8Tab
           
DialogFolder9Tab
           
DialogFolderString
           
Expression
           
Filter
           
FlowDocument
           
FontColor
           
Format
           
FormatRule1Tab
           
FormatRule2Tab
           
FormatRule3Tab
           
FormatRule4Tab
           
FormatRule5Tab
           
FormatVerifyTab
           
InnovatorComponent
           
Label
           
LocalizedDescription
           
LocalizedLockMessage
           
LocalizedName
           
MetaInfo
           
ModelAttribute
           
ModelManyRTypes
           
ModelNameBitmap
           
Name
           
NameConstraint
           
NameDropDown
           
OrderTypedElement
           
Picture
           
PresentationAttribute
           
PresentationManyRTypes
           
PresetMappingType
           
ReqId
           
ReqIdConstraint
           
SlotValue
           
Specification
           
SpecificationProperty
           
Stereotype
           
StereotypeProperty
           
TemplateBinding
           
ValidTypedElement
           
ValueConstraint
           
WorkingDirectory
           
 
Method Summary
 int toInt()
          Returns a specific integer value for the enumeration constant.
 String toString()
          Returns a display string for the enumeration value.
static K_MODIFY valueOf(int value)
          Returns the enumeration constant of this type with the specified value.
static K_MODIFY valueOf(String name)
          Returns the enum constant of this type with the specified name.
static K_MODIFY[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.mid.innovator.util.IntEnum
name
 

Enum Constant Detail

Access

public static final K_MODIFY Access

Bitmap

public static final K_MODIFY Bitmap

ChangeableFont

public static final K_MODIFY ChangeableFont

Declaration

public static final K_MODIFY Declaration

DGChapterTab

public static final K_MODIFY DGChapterTab

DGCommandPropsTab

public static final K_MODIFY DGCommandPropsTab

DGNameDETab

public static final K_MODIFY DGNameDETab

DGNameENTab

public static final K_MODIFY DGNameENTab

DGPictureTab

public static final K_MODIFY DGPictureTab

DialogFolder

public static final K_MODIFY DialogFolder

DialogFolder10Tab

public static final K_MODIFY DialogFolder10Tab

DialogFolder1Tab

public static final K_MODIFY DialogFolder1Tab

DialogFolder2Tab

public static final K_MODIFY DialogFolder2Tab

DialogFolder3Tab

public static final K_MODIFY DialogFolder3Tab

DialogFolder4Tab

public static final K_MODIFY DialogFolder4Tab

DialogFolder5Tab

public static final K_MODIFY DialogFolder5Tab

DialogFolder6Tab

public static final K_MODIFY DialogFolder6Tab

DialogFolder7Tab

public static final K_MODIFY DialogFolder7Tab

DialogFolder8Tab

public static final K_MODIFY DialogFolder8Tab

DialogFolder9Tab

public static final K_MODIFY DialogFolder9Tab

DialogFolderString

public static final K_MODIFY DialogFolderString

Expression

public static final K_MODIFY Expression

Filter

public static final K_MODIFY Filter

FlowDocument

public static final K_MODIFY FlowDocument

FontColor

public static final K_MODIFY FontColor

Format

public static final K_MODIFY Format

FormatRule1Tab

public static final K_MODIFY FormatRule1Tab

FormatRule2Tab

public static final K_MODIFY FormatRule2Tab

FormatRule3Tab

public static final K_MODIFY FormatRule3Tab

FormatRule4Tab

public static final K_MODIFY FormatRule4Tab

FormatRule5Tab

public static final K_MODIFY FormatRule5Tab

FormatVerifyTab

public static final K_MODIFY FormatVerifyTab

InnovatorComponent

public static final K_MODIFY InnovatorComponent

Label

public static final K_MODIFY Label

LocalizedDescription

public static final K_MODIFY LocalizedDescription

LocalizedLockMessage

public static final K_MODIFY LocalizedLockMessage

LocalizedName

public static final K_MODIFY LocalizedName

MetaInfo

public static final K_MODIFY MetaInfo

ModelAttribute

public static final K_MODIFY ModelAttribute

ModelManyRTypes

public static final K_MODIFY ModelManyRTypes

ModelNameBitmap

public static final K_MODIFY ModelNameBitmap

Name

public static final K_MODIFY Name

NameConstraint

public static final K_MODIFY NameConstraint

NameDropDown

public static final K_MODIFY NameDropDown

OrderTypedElement

public static final K_MODIFY OrderTypedElement

Picture

public static final K_MODIFY Picture

PresentationAttribute

public static final K_MODIFY PresentationAttribute

PresentationManyRTypes

public static final K_MODIFY PresentationManyRTypes

PresetMappingType

public static final K_MODIFY PresetMappingType

ReqId

public static final K_MODIFY ReqId

ReqIdConstraint

public static final K_MODIFY ReqIdConstraint

SlotValue

public static final K_MODIFY SlotValue

Specification

public static final K_MODIFY Specification

SpecificationProperty

public static final K_MODIFY SpecificationProperty

Stereotype

public static final K_MODIFY Stereotype

StereotypeProperty

public static final K_MODIFY StereotypeProperty

TemplateBinding

public static final K_MODIFY TemplateBinding

ValidTypedElement

public static final K_MODIFY ValidTypedElement

ValueConstraint

public static final K_MODIFY ValueConstraint

WorkingDirectory

public static final K_MODIFY WorkingDirectory
Method Detail

toInt

public int toInt()
Returns a specific integer value for the enumeration constant. This method is needed to serialize enumeration constants.

Specified by:
toInt in interface IntEnum
Returns:
the specified value of the enumeration constant

toString

public String toString()
Returns a display string for the enumeration value.

Specified by:
toString in interface IntEnum
Overrides:
toString in class Enum<K_MODIFY>
Returns:
a String representation of the enumeration value

valueOf

public static K_MODIFY valueOf(int value)
Returns the enumeration constant of this type with the specified value.

Parameters:
value - the value of the enumeration constant to be returned. This method is needed to serialize enumeration constants.
Returns:
the enumeration constant with the specified value or null

valueOf

public static K_MODIFY valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

values

public static K_MODIFY[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (K_MODIFY c : K_MODIFY.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared