接口 OuterExpression.VariableOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- OuterExpression
public static interface OuterExpression.VariableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 DataType.IrDataTypegetNodeType()The data of type of PropertyDataType.IrDataTypeOrBuildergetNodeTypeOrBuilder()The data of type of PropertyOuterExpression.PropertygetProperty()The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optionalOuterExpression.PropertyOrBuildergetPropertyOrBuilder()The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optionalCommon.NameOrIdgetTag()The alias of a graph relation, which is required for a variableCommon.NameOrIdOrBuildergetTagOrBuilder()The alias of a graph relation, which is required for a variablebooleanhasNodeType()The data of type of PropertybooleanhasProperty()The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optionalbooleanhasTag()The alias of a graph relation, which is required for a variable
-
-
-
方法详细资料
-
hasTag
boolean hasTag()
The alias of a graph relation, which is required for a variable
.common.NameOrId tag = 1;- 返回:
- Whether the tag field is set.
-
getTag
Common.NameOrId getTag()
The alias of a graph relation, which is required for a variable
.common.NameOrId tag = 1;- 返回:
- The tag.
-
getTagOrBuilder
Common.NameOrIdOrBuilder getTagOrBuilder()
The alias of a graph relation, which is required for a variable
.common.NameOrId tag = 1;
-
hasProperty
boolean hasProperty()
The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optional
.common.Property property = 2;- 返回:
- Whether the property field is set.
-
getProperty
OuterExpression.Property getProperty()
The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optional
.common.Property property = 2;- 返回:
- The property.
-
getPropertyOrBuilder
OuterExpression.PropertyOrBuilder getPropertyOrBuilder()
The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optional
.common.Property property = 2;
-
hasNodeType
boolean hasNodeType()
The data of type of Property
.common.IrDataType node_type = 3;- 返回:
- Whether the nodeType field is set.
-
getNodeType
DataType.IrDataType getNodeType()
The data of type of Property
.common.IrDataType node_type = 3;- 返回:
- The nodeType.
-
getNodeTypeOrBuilder
DataType.IrDataTypeOrBuilder getNodeTypeOrBuilder()
The data of type of Property
.common.IrDataType node_type = 3;
-
-