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