Interface HamletSpec.PARAM
- All Known Implementing Classes:
Hamlet.PARAM
- Enclosing class:
- HamletSpec
public static interface HamletSpec.PARAM
-
Method Summary
Modifier and TypeMethodDescriptiondocument-wide unique idproperty name.property value
-
Method Details
-
$id
document-wide unique id- Parameters:
cdata- the id- Returns:
- the current element builder
-
$name
property name. Required.- Parameters:
cdata- the name- Returns:
- the current element builder
-
$value
property value- Parameters:
cdata- the value- Returns:
- the current element builder
-