Uses of Enum Class
dev.getelements.elements.sdk.ElementType
Packages that use ElementType
-
Uses of ElementType in dev.getelements.elements.sdk
Methods in dev.getelements.elements.sdk that return ElementTypeModifier and TypeMethodDescriptionstatic ElementTypeReturns the enum constant of this class with the specified name.static ElementType[]ElementType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ElementType in dev.getelements.elements.sdk.record
Methods in dev.getelements.elements.sdk.record that return ElementTypeModifier and TypeMethodDescriptionElementRecord.type()Returns the value of thetyperecord component.Constructors in dev.getelements.elements.sdk.record with parameters of type ElementTypeModifierConstructorDescriptionElementRecord(ElementType type, ElementDefinitionRecord definition, List<ElementServiceRecord> services, List<ElementEventProducerRecord> producedEvents, List<ElementEventConsumerRecord<?>> consumedEvents, List<ElementDependencyRecord> dependencies, Attributes attributes, List<ElementDefaultAttributeRecord> defaultAttributes, ClassLoader classLoader) Creates an instance of aElementRecordrecord class.