Uses of Class
de.mid.innovator.srv2api.icw2elem.K_VATTR_CS
-
Packages that use K_VATTR_CS Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of K_VATTR_CS in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_VATTR_CS Modifier and Type Method Description static K_VATTR_CS
K_VATTR_CS. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_VATTR_CS
K_VATTR_CS. valueOf(java.lang.String name)
Returns the enumeration constant of this type with the specified name.Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type K_VATTR_CS Modifier and Type Method Description static java.util.Collection<K_VATTR_CS>
K_VATTR_CS. values()
Returns a Collection view of the values contained in this enum. -
Uses of K_VATTR_CS in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_VATTR_CS Modifier and Type Field Description K_VATTR_CS
ARG_ChangeSetOperationValue. kVAttrCS
kind of the propertyConstructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_VATTR_CS Constructor Description ARG_ChangeSetOperationValue(ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lStartTime, java.util.Date lEndTime, java.lang.String strNote, java.lang.String strUserName, ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, java.util.Date lAtTime, java.lang.String strOperation, K_VATTR_CS kVAttrCS, java.lang.String strPropertyName, java.lang.String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst)
-