Download Sources

com.liguorien.flex.generator.writers.as3
Class ContextMethodWriter

java.lang.Object
  extended by com.liguorien.flex.generator.writers.as3.BuilderMethodWriter
      extended by com.liguorien.flex.generator.writers.as3.ContextMethodWriter
All Implemented Interfaces:
MethodWriter<FlexModelBuilderHandler>
Direct Known Subclasses:
GetBasicMap, GetBasicMapXML, GetEntityMapXML, GetString

public abstract class ContextMethodWriter
extends BuilderMethodWriter

Version:
0.2
Author:
Nicolas Désy

Field Summary
 
Fields inherited from interface com.liguorien.flex.generator.writers.MethodWriter
COMPARATOR
 
Constructor Summary
ContextMethodWriter(java.lang.String typeName)
          Creates a new instance of ContextMethodWriter
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getTypeName()
           
 int hashCode()
           
 
Methods inherited from class com.liguorien.flex.generator.writers.as3.BuilderMethodWriter
acceptClass, getPriority
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liguorien.flex.generator.writers.MethodWriter
writeMethod
 

Constructor Detail

ContextMethodWriter

public ContextMethodWriter(java.lang.String typeName)
Creates a new instance of ContextMethodWriter

Method Detail

getTypeName

public java.lang.String getTypeName()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.