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() |
Util.Status |
getStatus() |
com.googlecode.totallylazy.Sequence<Step> |
getSteps() |
com.googlecode.totallylazy.Sequence<String> |
getTagList() |
com.googlecode.totallylazy.Sequence<Tag> |
getTags() |
String |
getTagsList() |
boolean |
hasTags() |
public com.googlecode.totallylazy.Sequence<Step> getSteps()
public com.googlecode.totallylazy.Sequence<Tag> getTags()
public Util.Status getStatus()
public String getRawName()
public String getKeyword()
public String getName()
public com.googlecode.totallylazy.Sequence<String> getTagList()
public boolean hasTags()
public String getTagsList()
Copyright © 2015. All Rights Reserved.