public final class AttributeExpressionLeaf extends FilterNode
| Constructor and Description |
|---|
AttributeExpressionLeaf(ScimFilterParser.AttributeExpressionContext context,
ResourceType resourceType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
Optional<Boolean> |
getBooleanValue() |
List<String> |
getCanonicalValues() |
String |
getComplexSubAttributeName() |
Optional<Instant> |
getDateTime() |
String |
getFullName() |
Mutability |
getMutability() |
Optional<BigDecimal> |
getNumberValue() |
String |
getParentAttributeName() |
List<ReferenceTypes> |
getReferenceTypes() |
String |
getResourceUri() |
String |
getShortName() |
Optional<String> |
getStringValue() |
Type |
getType() |
Uniqueness |
getUniqueness() |
String |
getValue() |
boolean |
isCaseExact() |
boolean |
isMultiValued() |
boolean |
isNull() |
boolean |
isRequired() |
String |
toString() |
setSubAttributeNamepublic AttributeExpressionLeaf(ScimFilterParser.AttributeExpressionContext context, ResourceType resourceType)
public String getParentAttributeName()
public String getResourceUri()
public String getShortName()
public String getFullName()
public String getAttributeName()
public String getComplexSubAttributeName()
public String getValue()
public Optional<BigDecimal> getNumberValue()
public Type getType()
public Mutability getMutability()
public Uniqueness getUniqueness()
public boolean isMultiValued()
public boolean isRequired()
public boolean isCaseExact()
public List<ReferenceTypes> getReferenceTypes()
public boolean isNull()
Copyright © 2019. All rights reserved.