public class SymStreamTypes
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SymStreamTypes.Type
Gets or Sets type
|
Constructor and Description |
---|
SymStreamTypes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
SymStreamTypes.Type |
getType()
Get type
|
int |
hashCode() |
void |
setType(SymStreamTypes.Type type) |
java.lang.String |
toString() |
SymStreamTypes |
type(SymStreamTypes.Type type) |
public SymStreamTypes type(SymStreamTypes.Type type)
public SymStreamTypes.Type getType()
public void setType(SymStreamTypes.Type type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object