com.acsinet_solutions.util.build
Class SimpleBlockReference

java.lang.Object
  extended by com.acsinet_solutions.util.build.SimpleBlockReference

public class SimpleBlockReference
extends java.lang.Object

A helper simple block reference instance. Useful for building blocks than need simple elements that reference other elements

Author:
Santiago Arriaga

Constructor Summary
SimpleBlockReference()
           
 
Method Summary
 java.lang.String getName()
          Name setter
 void setName(java.lang.String name)
          Build-time name setter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBlockReference

public SimpleBlockReference()
Method Detail

setName

public final void setName(java.lang.String name)
Build-time name setter

Parameters:
name - A not-null not-empty source name value

getName

public final java.lang.String getName()
                               throws BuildException
Name setter

Returns:
A not-null not-empty String instance
Throws:
BuildException