Uses of Class
com.ibm.di.fc.idml.IdMLConstants.Operations
-
Packages that use IdMLConstants.Operations Package Description com.ibm.di.fc.idml -
-
Uses of IdMLConstants.Operations in com.ibm.di.fc.idml
Methods in com.ibm.di.fc.idml that return IdMLConstants.Operations Modifier and Type Method Description static IdMLConstants.Operations
IdMLConstants.Operations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IdMLConstants.Operations[]
IdMLConstants.Operations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.di.fc.idml with parameters of type IdMLConstants.Operations Modifier and Type Method Description java.lang.String
ItdiBook. addConfigurationItem(java.lang.String classType, IdMLConstants.Operations operationType, Entry entry)
Adds a Configuration Item (CI) to the IdML book.void
ItdiBook. addRelationship(java.lang.String relationshipType, IdMLConstants.Operations operationType, Entry entry)
Adds a Relationship to the IdML book.
-