Uses of Class
org.processmining.plugins.inductiveminer2.attributes.AttributeImpl.Type
-
Packages that use AttributeImpl.Type Package Description org.processmining.plugins.inductiveminer2.attributes -
-
Uses of AttributeImpl.Type in org.processmining.plugins.inductiveminer2.attributes
Methods in org.processmining.plugins.inductiveminer2.attributes that return AttributeImpl.Type Modifier and Type Method Description static AttributeImpl.TypeAttributeImpl.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeImpl.Type[]AttributeImpl.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.plugins.inductiveminer2.attributes with parameters of type AttributeImpl.Type Constructor Description AttributeImpl(java.lang.String name, AttributeImpl.Type type)
-