Class FilterAttributeName
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.filter.antlr.FilterAttributeName
-
public class FilterAttributeName extends Object
author Pascal Knueppel
created at: 16.10.2019 - 12:24
represents the name of an attribute and will also hold its meta data
-
-
Constructor Summary
Constructors Constructor Description FilterAttributeName(ScimFilterParser.ValuePathContext valuePathContext, ScimFilterParser.AttributePathContext attributePathContext)FilterAttributeName(String attributeName)FilterAttributeName(String parentName, ScimFilterParser.AttributePathContext attributePathContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetShortName()the short name of the attribute e.g.StringtoString()
-
-
-
Constructor Detail
-
FilterAttributeName
public FilterAttributeName(ScimFilterParser.ValuePathContext valuePathContext, ScimFilterParser.AttributePathContext attributePathContext)
-
FilterAttributeName
public FilterAttributeName(String parentName, ScimFilterParser.AttributePathContext attributePathContext)
-
FilterAttributeName
public FilterAttributeName(String attributeName)
-
-