public class Streamable extends Object implements Serializable
| Constructor and Description |
|---|
Streamable(Element element)
Create streamable information from dom4j element.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFullTrack() |
Boolean |
getStreamable() |
boolean |
isFullTrackStreamable() |
boolean |
isStreamable() |
void |
setFullTrack(Boolean fullTrack) |
void |
setStreamable(Boolean streamable) |
public Streamable(Element element)
element - The dom4j element to convert.public final boolean isStreamable()
public final boolean isFullTrackStreamable()
public final Boolean getStreamable()
public final void setStreamable(Boolean streamable)
public final Boolean getFullTrack()
public final void setFullTrack(Boolean fullTrack)
Copyright © 2013 dontdrinkandroot. All Rights Reserved.