Uses of Enum Class
net.sourceforge.plantuml.bpm.BpmElementType
Packages that use BpmElementType
-
Uses of BpmElementType in net.sourceforge.plantuml.bpm
Methods in net.sourceforge.plantuml.bpm that return BpmElementTypeModifier and TypeMethodDescriptionBpmElement.getType()static BpmElementTypeReturns the enum constant of this class with the specified name.static BpmElementType[]BpmElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sourceforge.plantuml.bpm with parameters of type BpmElementTypeModifierConstructorDescriptionBpmElement(String id, BpmElementType type) BpmElement(String id, BpmElementType type, String label)