public final class StreamType extends Object
| Constructor and Description |
|---|
StreamType(Class<? extends Stream> identityref)
Creates an instance of identityref.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static StreamType |
fromString(String valInString)
Returns the object of streamType fromString input String streamType.
|
int |
hashCode() |
Class<? extends Stream> |
identityref()
Returns the attribute identityref.
|
void |
identityref(Class<? extends Stream> identityref)
Sets the attribute identityref.
|
static StreamType |
of(Class<? extends Stream> value)
Returns the object of streamType for type identityref.
|
String |
toString() |
public static StreamType of(Class<? extends Stream> value)
value - value of streamType for type identityrefpublic Class<? extends Stream> identityref()
public void identityref(Class<? extends Stream> identityref)
identityref - value of identityrefpublic static StreamType fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.