|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SimpleEditorMap>
org.biopax.paxtools.controller.SimpleEditorMap
public enum SimpleEditorMap
Provides a simple editor map for a level with a given factory.
| Enum Constant Summary | |
|---|---|
L1
|
|
L2
|
|
L3
|
|
| Method Summary | ||
|---|---|---|
static SimpleEditorMap |
get(BioPAXLevel level)
|
|
|
getEditorForProperty(java.lang.String property,
java.lang.Class<D> javaClass)
This method returns the editor intended to handle property named property of a class (javaClass). |
|
java.util.Set<PropertyEditor> |
getEditorsForProperty(java.lang.String property)
This method returns the set of editors intended to handle property named property. |
|
java.util.Set<PropertyEditor> |
getEditorsOf(BioPAXElement bpe)
This method returns the set of editors whose domain contains the class of given BioPAX element. |
|
java.util.Set<PropertyEditor> |
getEditorsOf(java.lang.Class<? extends BioPAXElement> domain)
|
|
java.util.Set<ObjectPropertyEditor> |
getInverseEditorsOf(BioPAXElement bpe)
|
|
java.util.Set<ObjectPropertyEditor> |
getInverseEditorsOf(java.lang.Class<? extends BioPAXElement> domain)
|
|
|
getKnownSubClassesOf(java.lang.Class<E> javaClass)
Returns a set of sub classes of a given class. |
|
BioPAXLevel |
getLevel()
Returns the BioPAX level for which editor map is created. |
|
|
getSubclassEditorsForProperty(java.lang.String property,
java.lang.Class<D> domain)
This method returns the set of editors intended to handle property named property. |
|
static SimpleEditorMap |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
|
static SimpleEditorMap[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SimpleEditorMap L1
public static final SimpleEditorMap L2
public static final SimpleEditorMap L3
| Method Detail |
|---|
public static SimpleEditorMap[] values()
for (SimpleEditorMap c : SimpleEditorMap.values()) System.out.println(c);
public static SimpleEditorMap valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static SimpleEditorMap get(BioPAXLevel level)
public <D extends BioPAXElement> PropertyEditor<? super D,?> getEditorForProperty(java.lang.String property,
java.lang.Class<D> javaClass)
EditorMap
getEditorForProperty in interface EditorMapproperty - name of the property for which editor will be calledjavaClass - class of the element
public java.util.Set<PropertyEditor> getEditorsForProperty(java.lang.String property)
EditorMap
getEditorsForProperty in interface EditorMapproperty - name of the property for which editor will be called
public <D extends BioPAXElement> java.util.Set<PropertyEditor<? extends D,?>> getSubclassEditorsForProperty(java.lang.String property,
java.lang.Class<D> domain)
EditorMap
getSubclassEditorsForProperty in interface EditorMapproperty - name of the property for which editor will be called
public java.util.Set<PropertyEditor> getEditorsOf(BioPAXElement bpe)
EditorMap
getEditorsOf in interface EditorMapbpe - BioPAX element for which the avaliable editors will be returned
public java.util.Set<ObjectPropertyEditor> getInverseEditorsOf(BioPAXElement bpe)
getInverseEditorsOf in interface EditorMappublic <E extends BioPAXElement> java.util.Set<java.lang.Class<E>> getKnownSubClassesOf(java.lang.Class<E> javaClass)
EditorMap
getKnownSubClassesOf in interface EditorMapjavaClass - the class whose subclasses will be returned
public BioPAXLevel getLevel()
EditorMap
getLevel in interface EditorMappublic java.util.Set<PropertyEditor> getEditorsOf(java.lang.Class<? extends BioPAXElement> domain)
getEditorsOf in interface EditorMappublic java.util.Set<ObjectPropertyEditor> getInverseEditorsOf(java.lang.Class<? extends BioPAXElement> domain)
getInverseEditorsOf in interface EditorMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||