|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.storedprocess.GenericStream
public class GenericStream
Describes a GenericStream data source or target. For data sources the properties of this object used by the Stored Process service are the fileref name and whether rewinding is allowed; for data targets only the fileref name is used. Other properties are solely for client use.
Field Summary | |
---|---|
protected org.w3c.dom.Element |
_streamElement
|
Method Summary | |
---|---|
boolean |
allowsRewinds()
Determines whether the stream should allows rewinds. |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getExpectedContentType()
Returns the expected content type. |
java.lang.String |
getFileref()
Returns the SAS fileref name. |
java.lang.String |
getLabel()
Returns the label. |
com.sas.storage.editableproperties.PropertyList |
getLocalizableProperties()
|
boolean |
isSource()
True if this object is a data source; false if it's a data target. |
void |
setLocalizableProperties(com.sas.storage.editableproperties.PropertyMap map)
|
java.lang.String |
toString()
Returns the fileref name. |
Field Detail |
---|
protected final transient org.w3c.dom.Element _streamElement
Method Detail |
---|
public java.lang.String getFileref()
public java.lang.String getLabel()
public java.lang.String getExpectedContentType()
public boolean allowsRewinds() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- if called on a data targetpublic java.lang.String getDescription()
public java.lang.String toString()
ExecutionBaseInterface.getInputStream(Object)
or
ExecutionBaseInterface.getOutputStream(Object)
.
toString
in class java.lang.Object
public boolean isSource()
public com.sas.storage.editableproperties.PropertyList getLocalizableProperties()
getLocalizableProperties
in interface com.sas.storage.editableproperties.LocalizableProperties
public void setLocalizableProperties(com.sas.storage.editableproperties.PropertyMap map)
setLocalizableProperties
in interface com.sas.storage.editableproperties.LocalizableProperties
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |