public class PropertyNaming extends Object
| Constructor and Description |
|---|
PropertyNaming(EffectiveName canonicalName,
List<EffectiveName> aliases) |
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveName> |
getAliases()
All aliases for the property.
|
EffectiveName |
getCanonicalName()
The canonical name of the property.
|
List<EffectiveName> |
getInAliases()
A list of the in-type aliases.
|
List<EffectiveName> |
getOutAliases()
A list of the out-type aliases.
|
public PropertyNaming(EffectiveName canonicalName, List<EffectiveName> aliases)
public EffectiveName getCanonicalName()
public List<EffectiveName> getAliases()
public List<EffectiveName> getInAliases()
public List<EffectiveName> getOutAliases()
Copyright © 2017. All rights reserved.