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 ElementType
Returns 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 thetype
record 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, Attributes attributes, List<ElementDefaultAttributeRecord> defaultAttributes, ClassLoader classLoader) Creates an instance of aElementRecord
record class.