static class EntityAttributeFilteringStage.ContextImpl extends Object implements EntityAttributeFilteringStage.EntityAttributeContext
EntityAttributeFilteringStage.EntityAttributeContext.| Modifier and Type | Field and Description |
|---|---|
private String |
name
The attribute's
Name. |
private String |
nameFormat
The attribute's
NameFormat. |
private String |
registrationAuthority
The entity's registration authority, or
null. |
private String |
value
The attribute's value.
|
| Constructor and Description |
|---|
EntityAttributeFilteringStage.ContextImpl(String attributeValue,
String attributeName,
String attributeNameFormat)
Shorthand three-argument constructor.
|
EntityAttributeFilteringStage.ContextImpl(String attributeValue,
String attributeName,
String attributeNameFormat,
String registrar)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the attribute's
Name. |
String |
getNameFormat()
Returns the attribute's
NameFormat. |
String |
getRegistrationAuthority()
Returns the registration authority component, or
null. |
String |
getValue()
Returns the attribute's value.
|
String |
toString() |
public EntityAttributeFilteringStage.ContextImpl(@Nonnull String attributeValue, @Nonnull String attributeName, @Nonnull String attributeNameFormat, @Nullable String registrar)
attributeValue - attribute valueattributeName - attribute NameattributeNameFormat - attribute NameFormatregistrar - entity's registration authority, or nullpublic EntityAttributeFilteringStage.ContextImpl(@Nonnull String attributeValue, @Nonnull String attributeName, @Nonnull String attributeNameFormat)
attributeValue - attribute valueattributeName - attribute NameattributeNameFormat - attribute NameFormatpublic String getRegistrationAuthority()
EntityAttributeFilteringStage.EntityAttributeContextnull.getRegistrationAuthority in interface EntityAttributeFilteringStage.EntityAttributeContextnullpublic String getNameFormat()
EntityAttributeFilteringStage.EntityAttributeContextNameFormat.getNameFormat in interface EntityAttributeFilteringStage.EntityAttributeContextNameFormat.public String getName()
EntityAttributeFilteringStage.EntityAttributeContextName.getName in interface EntityAttributeFilteringStage.EntityAttributeContextNamepublic String getValue()
EntityAttributeFilteringStage.EntityAttributeContextgetValue in interface EntityAttributeFilteringStage.EntityAttributeContextCopyright © 1999–2016. All rights reserved.