br.com.objectos.way.code
Class ParameterInfo

java.lang.Object
  extended by br.com.objectos.way.code.ParameterInfo
All Implemented Interfaces:
Testable<ParameterInfo>, IsMustacheSerializable

public abstract class ParameterInfo
extends Object
implements IsMustacheSerializable, Testable<ParameterInfo>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
static ParameterInfoBuilder newPojo()
           
 Set<ImportInfo> toImportInfo()
           
 IndexedParameterInfo toIndexedParameterInfo(int index, int total)
           
 MustacheObject toMustache()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface br.com.objectos.way.core.testing.Testable
isEqual
 

Method Detail

newPojo

public static ParameterInfoBuilder newPojo()

toImportInfo

public Set<ImportInfo> toImportInfo()

toIndexedParameterInfo

public IndexedParameterInfo toIndexedParameterInfo(int index,
                                                   int total)

toMustache

public MustacheObject toMustache()
Specified by:
toMustache in interface IsMustacheSerializable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.