com.fatwire.gst.foundation.facade.assetapi.code
Class CodeGen.GsfJavaGen

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.assetapi.code.CodeGen.GsfJavaGen
Enclosing class:
CodeGen

public static class CodeGen.GsfJavaGen
extends Object


Field Summary
protected  PrintWriter out
           
 
Constructor Summary
CodeGen.GsfJavaGen(Writer writer)
           
 
Method Summary
 void printAssetTypeDef(com.fatwire.assetapi.def.AssetTypeDef def)
           
protected  void printAttributes(com.fatwire.assetapi.def.AssetTypeDef def)
           
protected  void printAttributes(List<com.fatwire.assetapi.def.AttributeDef> attributes)
           
protected  String toVarName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

protected PrintWriter out
Constructor Detail

CodeGen.GsfJavaGen

public CodeGen.GsfJavaGen(Writer writer)
Method Detail

printAttributes

protected void printAttributes(List<com.fatwire.assetapi.def.AttributeDef> attributes)

printAssetTypeDef

public void printAssetTypeDef(com.fatwire.assetapi.def.AssetTypeDef def)

toVarName

protected String toVarName(String name)

printAttributes

protected void printAttributes(com.fatwire.assetapi.def.AssetTypeDef def)


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.