Class Property
java.lang.Object
com.semedy.reasoner.parser.graphql.Property
describes a property of a graph ql output pattern
- Author:
- angele
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
get the alias of the propertygetName()
get the name of the propertygetType()
get the type (class) of the propertygetValue()
get the value of the propertyget the variable of the property for queryingint
hashCode()
boolean
isArray()
boolean
should property be included in the outputboolean
isSet()
void
setInclude
(boolean b) void
void
setIsSet()
void
void
setVariable
(String var)
-
Constructor Details
-
Property
-
Property
-
-
Method Details
-
setInclude
public void setInclude(boolean b) -
setIsArray
public void setIsArray() -
isArray
public boolean isArray() -
setIsSet
public void setIsSet() -
isSet
public boolean isSet() -
setValue
-
setVariable
-
hashCode
public int hashCode() -
equals
-
getValue
get the value of the property- Returns:
-
getVariable
get the variable of the property for querying- Returns:
-
getAlias
get the alias of the property- Returns:
-
getType
get the type (class) of the property- Returns:
-
getName
get the name of the property- Returns:
-
isIncluded
public boolean isIncluded()should property be included in the output- Returns:
-