Class NamedSerializationContexts<T>


  • public class NamedSerializationContexts<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedSerializationContexts​(java.lang.String name, org.eclipse.emf.ecore.EClass type, java.util.List<org.eclipse.xtext.serializer.ISerializationContext> contexts, T value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.xtext.serializer.ISerializationContext> getContexts()  
      java.lang.String getName()  
      org.eclipse.emf.ecore.EClass getType()  
      T getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamedSerializationContexts

        public NamedSerializationContexts​(java.lang.String name,
                                          org.eclipse.emf.ecore.EClass type,
                                          java.util.List<org.eclipse.xtext.serializer.ISerializationContext> contexts,
                                          T value)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getType

        public org.eclipse.emf.ecore.EClass getType()
      • getContexts

        public java.util.List<org.eclipse.xtext.serializer.ISerializationContext> getContexts()
      • getValue

        public T getValue()