public class GenericContextPropertyName extends Object implements ContextPropertyName, Serializable
| Constructor and Description |
|---|
GenericContextPropertyName(String aspectName,
String localPropertyName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GenericContextPropertyName |
fromAspectQualifiedName(String aspectQualifiedName) |
String |
getAspectName()
Returns the name of the aspect that the property is in e.g.
|
String |
getAspectQualifiedName()
Return the property name including aspect name prefix e.g.
|
String |
getLocalPropertyName()
Returns the property name e.g.
|
int |
hashCode() |
static GenericContextPropertyName |
newPropertyName(String aspectName,
String localPropertyName) |
String |
toString() |
public static GenericContextPropertyName newPropertyName(String aspectName, String localPropertyName)
public static GenericContextPropertyName fromAspectQualifiedName(String aspectQualifiedName)
public String getAspectQualifiedName()
ContextPropertyNamegetAspectQualifiedName in interface ContextPropertyNamepublic String getAspectName()
ContextPropertyNamegetAspectName in interface ContextPropertyNamepublic String getLocalPropertyName()
ContextPropertyNamegetLocalPropertyName in interface ContextPropertyNameCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries