public final class FunctionType
extends java.lang.Object
implements java.io.Serializable
StatefulFunction
, consisting of a namespace of the
function type as well as the type's name.
A function's type is part of a function's Address
and serves as integral part of an
individual function's identity.
Address
,
Serialized FormConstructor and Description |
---|
FunctionType(java.lang.String namespace,
java.lang.String type)
Creates a
FunctionType . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
name()
Returns the name of the function type.
|
java.lang.String |
namespace()
Returns the namespace of the function type.
|
java.lang.String |
toString() |
public FunctionType(java.lang.String namespace, java.lang.String type)
FunctionType
.namespace
- the function type's namepsace.type
- the function type's name.public java.lang.String namespace()
public java.lang.String name()
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
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.