terp - the Codemesh Modular
Template Interpreter v1.3.304

com.codemesh.terp.api
Interface Named

All Known Subinterfaces:
Host, Jdk, Jre
All Known Implementing Classes:
Ant.AntExecutor, Ar.ArExecutor, Bc.BcExecutor, Cpp.AccExecutor, Cpp.CppExecutor, Cpp.GccExecutor, Cpp.IccExecutor, Cpp.MsvcExecutor, Cpp.QccExecutor, Cpp.SunccExecutor, Cpp.XlcExecutor, Csharp.CsharpExecutor, Dotnet.DotnetFramework, DPAnalysis.DPAnalysisExecutor, Gprof.GprofExecutor, Host.Impl, JarExecutor, JavacExecutor, JavadocExecutor, JavaExecutor, JavaToolExecutor, Jdk.Impl, Jre.Impl, Lib.LibExecutor, ManifestTool.ManifestToolExecutor, OS, ProcArch, Reg.RegExecutor, Reg.RegQueryValue, VisualBasic.VbExecutor, Xargs.XargsExecutor

public interface Named

The interface implemented by some named entities. This interface is recognized by the ToString converter and adjusts the default to string conversion behavior.


Method Summary
 java.lang.String getName()
          Returns the named object's name.
 

Method Detail

getName

java.lang.String getName()
Returns the named object's name.

Returns:
the name.

terp - the Codemesh Modular
Template Interpreter v1.3.304

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.