Package de.mid.innovator.srv2api.icw2im
Enum IMProperty.VAttr
- java.lang.Object
- 
- java.lang.Enum<IMProperty.VAttr>
- 
- de.mid.innovator.srv2api.icw2im.IMProperty.VAttr
 
 
- 
- All Implemented Interfaces:
- K_VATTR,- java.io.Serializable,- java.lang.Comparable<IMProperty.VAttr>
 - Enclosing interface:
- IMProperty
 
 public static enum IMProperty.VAttr extends java.lang.Enum<IMProperty.VAttr> implements K_VATTR 
- 
- 
Enum Constant Summary
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description inttoInt()Returns a specific integer value for the enumeration constant.static IMProperty.VAttrvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IMProperty.VAttr[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
ConcreteFirstMasterParameterpublic static final IMProperty.VAttr ConcreteFirstMasterParameter 
 - 
ConcreteSecondMasterParameterpublic static final IMProperty.VAttr ConcreteSecondMasterParameter 
 - 
DefaultSQLpublic static final IMProperty.VAttr DefaultSQL 
 - 
DefaultSettingpublic static final IMProperty.VAttr DefaultSetting 
 - 
DerivedDataTypeDefinitionpublic static final IMProperty.VAttr DerivedDataTypeDefinition 
 - 
DerivedImplementationpublic static final IMProperty.VAttr DerivedImplementation 
 - 
DerivedSemanticDataTypepublic static final IMProperty.VAttr DerivedSemanticDataType 
 - 
DerivedTypingTSOrDTTypepublic static final IMProperty.VAttr DerivedTypingTSOrDTType 
 - 
FPropertypublic static final IMProperty.VAttr FProperty 
 - 
FirstValidTypePropertypublic static final IMProperty.VAttr FirstValidTypeProperty 
 - 
HasOwnTypepublic static final IMProperty.VAttr HasOwnType 
 - 
IsNotNullpublic static final IMProperty.VAttr IsNotNull 
 - 
OwnForeignTypeMarkpublic static final IMProperty.VAttr OwnForeignTypeMark 
 - 
OwnedTypeDefinitionpublic static final IMProperty.VAttr OwnedTypeDefinition 
 - 
OwningClassifierpublic static final IMProperty.VAttr OwningClassifier 
 - 
PFPropertypublic static final IMProperty.VAttr PFProperty 
 - 
PPropertypublic static final IMProperty.VAttr PProperty 
 - 
TypesSortedMasterAtToppublic static final IMProperty.VAttr TypesSortedMasterAtTop 
 - 
TypingDataTypepublic static final IMProperty.VAttr TypingDataType 
 - 
TypingDataTypeDefinitionpublic static final IMProperty.VAttr TypingDataTypeDefinition 
 - 
TypingSemanticDataTypepublic static final IMProperty.VAttr TypingSemanticDataType 
 
- 
 - 
Method Detail- 
valuespublic static IMProperty.VAttr[] 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 (IMProperty.VAttr c : IMProperty.VAttr.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static IMProperty.VAttr valueOf(java.lang.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:
- java.lang.IllegalArgumentException- if this enum type has no constant with the specified name
- java.lang.NullPointerException- if the argument is null
 
 
- 
 
-