Download Sources

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

java.lang.Object
  extended by com.liguorien.flex.generator.writers.as3.BuilderPropertyWriter
All Implemented Interfaces:
PropertyWriter<FlexModelBuilderHandler>
Direct Known Subclasses:
ArrayElement, BasicArrayProperty, BasicElement, BasicMapProperty, E4XProperty, EntityArrayProperty, EntityElement, EntityProperty

public abstract class BuilderPropertyWriter
extends java.lang.Object
implements PropertyWriter<FlexModelBuilderHandler>

Version:
0.2
Author:
Nicolas Désy

Field Summary
 
Fields inherited from interface com.liguorien.flex.generator.writers.PropertyWriter
COMPARATOR
 
Constructor Summary
BuilderPropertyWriter()
           
 
Method Summary
 int getPriority()
          Returns the priority for this writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liguorien.flex.generator.writers.PropertyWriter
acceptProperty, writeProperty
 

Constructor Detail

BuilderPropertyWriter

public BuilderPropertyWriter()
Method Detail

getPriority

public int getPriority()
Description copied from interface: PropertyWriter
Returns the priority for this writer. Writer with the highest value will be the first executed.

Specified by:
getPriority in interface PropertyWriter<FlexModelBuilderHandler>
Returns:
The priority for this writer

FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.