public interface RankedAdapterFactoryDescriptor extends ComposedAdapterFactory.Descriptor
registry
.Modifier and Type | Interface and Description |
---|---|
static interface |
RankedAdapterFactoryDescriptor.Registry
A registry is an index that takes a collection of keys, typically a pair consisting of an EPackage or
java.lang.Package, and a java.lang.Class, and maps it to a
descriptor . |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a human readable description for this adapter factory.
|
String |
getId()
Gets a unique id for this descriptor.
|
String |
getLabel()
Returns a human readable label for this adapter factory.
|
int |
getRanking()
The ranking of the adapter factory binded to this descriptor.
|
boolean |
isOptional()
Returns
true if the adapter factory is optional. |
createAdapterFactory
int getRanking()
String getId()
String getLabel()
String getDescription()
boolean isOptional()
true
if the adapter factory is optional.true
if optional or false
otherwise.
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.