Class Hamlet.PARAM<T extends HamletSpec.__>
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.PARAM<T>
- All Implemented Interfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec.PARAM
- Enclosing class:
- Hamlet
public class Hamlet.PARAM<T extends HamletSpec.__>
extends HamletImpl.EImp<T>
implements HamletSpec.PARAM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocument-wide unique idproperty name.property valueMethods inherited from class org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp
__, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrs
-
Constructor Details
-
PARAM
-
-
Method Details
-
$id
Description copied from interface:HamletSpec.PARAMdocument-wide unique id- Specified by:
$idin interfaceHamletSpec.PARAM- Parameters:
value- the id- Returns:
- the current element builder
-
$name
Description copied from interface:HamletSpec.PARAMproperty name. Required.- Specified by:
$namein interfaceHamletSpec.PARAM- Parameters:
value- the name- Returns:
- the current element builder
-
$value
Description copied from interface:HamletSpec.PARAMproperty value- Specified by:
$valuein interfaceHamletSpec.PARAM- Parameters:
value- the value- Returns:
- the current element builder
-