public interface IComplexType extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
COMPLEXTYPE_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
IDefinitionAttribute |
getDefinitionAttribute(String pName) |
List<IDefinitionAttribute> |
getDefinitionAttributes() |
List<IDefinitionAttribute> |
getDNAttributes()
Returns the list of attributes part of the DisplayName
|
String |
getDNSeparator()
Returns the display name separator.
|
String |
getName()
Returns the name of the complex type
|
getPrefixedUniqueName, getUniqueName
static final String COMPLEXTYPE_PREFIX
String getName()
List<IDefinitionAttribute> getDefinitionAttributes()
IDefinitionAttribute getDefinitionAttribute(String pName) throws NoSuchAttributeException
pName
- the name of the definition attributeNoSuchAttributeException
- if there is no attribute with the given nameList<IDefinitionAttribute> getDNAttributes()
String getDNSeparator()
Copyright © 2015. All Rights Reserved.