r01f.internal
Enum BuiltInObjectsMarshaller.MarshallerSingleton

java.lang.Object
  extended by java.lang.Enum<BuiltInObjectsMarshaller.MarshallerSingleton>
      extended by r01f.internal.BuiltInObjectsMarshaller.MarshallerSingleton
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BuiltInObjectsMarshaller.MarshallerSingleton>
Enclosing class:
BuiltInObjectsMarshaller

private static enum BuiltInObjectsMarshaller.MarshallerSingleton
extends java.lang.Enum<BuiltInObjectsMarshaller.MarshallerSingleton>


Enum Constant Summary
MARSHALLER
           
 
Field Summary
private  Marshaller _marshallerInstance
           
 
Method Summary
private static java.lang.String _composeMarshallingMappings()
          Compone el XML de configuración para el Marshaller
private static Marshaller _createMarshaller()
          Inicializa la instancia estática del marshaller de los XML de definición de ResourcesLoader a objetos ResourcesLoaderDef
 Marshaller instance()
           
static BuiltInObjectsMarshaller.MarshallerSingleton valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuiltInObjectsMarshaller.MarshallerSingleton[] 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

MARSHALLER

public static final BuiltInObjectsMarshaller.MarshallerSingleton MARSHALLER
Field Detail

_marshallerInstance

private final Marshaller _marshallerInstance
Method Detail

values

public static BuiltInObjectsMarshaller.MarshallerSingleton[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (BuiltInObjectsMarshaller.MarshallerSingleton c : BuiltInObjectsMarshaller.MarshallerSingleton.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BuiltInObjectsMarshaller.MarshallerSingleton valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

instance

public Marshaller instance()

_createMarshaller

private static Marshaller _createMarshaller()
Inicializa la instancia estática del marshaller de los XML de definición de ResourcesLoader a objetos ResourcesLoaderDef

Returns:
el marshaller

_composeMarshallingMappings

private static java.lang.String _composeMarshallingMappings()
Compone el XML de configuración para el Marshaller

Returns:
el XML