public abstract class CreateOMElementParentSupplier extends Object
Modifier and Type | Field and Description |
---|---|
static CreateOMElementParentSupplier[] |
INSTANCES |
Constructor and Description |
---|
CreateOMElementParentSupplier(String name) |
Modifier and Type | Method and Description |
---|---|
abstract OMContainer |
createParent(OMFactory factory) |
String |
getName() |
abstract boolean |
isSupported(CreateOMElementVariant variant) |
public static final CreateOMElementParentSupplier[] INSTANCES
public CreateOMElementParentSupplier(String name)
public final String getName()
public abstract boolean isSupported(CreateOMElementVariant variant)
public abstract OMContainer createParent(OMFactory factory)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.