public class Element extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Element.Functions |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyword() |
String |
getName() |
String |
getRawName() |
Status |
getStatus() |
com.googlecode.totallylazy.Sequence<Step> |
getSteps() |
com.googlecode.totallylazy.Sequence<String> |
getTagList() |
com.googlecode.totallylazy.Sequence<Tag> |
getTags() |
String |
getTagsList() |
boolean |
hasSteps() |
boolean |
hasTags() |
boolean |
isBackground() |
public com.googlecode.totallylazy.Sequence<Step> getSteps()
public com.googlecode.totallylazy.Sequence<Tag> getTags()
public Status getStatus()
public String getRawName()
public String getKeyword()
public String getName()
public com.googlecode.totallylazy.Sequence<String> getTagList()
public boolean hasTags()
public boolean hasSteps()
public boolean isBackground()
public String getTagsList()
Copyright © 2015. All Rights Reserved.