org.oXML.extras.reflection
Class ReflectionExtensions

java.lang.Object
  extended byorg.oXML.extras.reflection.ReflectionExtensions
All Implemented Interfaces:
LanguageExtension

public class ReflectionExtensions
extends java.lang.Object
implements LanguageExtension


Field Summary
static java.lang.String REFLECTION_NS
           
 
Constructor Summary
ReflectionExtensions()
           
 
Method Summary
 java.util.List getFunctions()
           
 java.util.Map getMappings()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REFLECTION_NS

public static final java.lang.String REFLECTION_NS
See Also:
Constant Field Values
Constructor Detail

ReflectionExtensions

public ReflectionExtensions()
                     throws ObjectBoxException
Method Detail

getMappings

public java.util.Map getMappings()
Specified by:
getMappings in interface LanguageExtension

getFunctions

public java.util.List getFunctions()
Specified by:
getFunctions in interface LanguageExtension

toString

public java.lang.String toString()