public class AttributeListMetaInfo extends Object
| Constructor and Description |
|---|
AttributeListMetaInfo()
create new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
List<String> |
getApiNamesOrdered()
return a sorted list of attribute names.
|
AttributeMetaInfo |
getForAttributeName(String sAttributeName) |
AttributeMetaInfo |
getForColumnName(String sColumnName) |
Iterator<AttributeMetaInfo> |
iterator() |
void |
put(String sAttributeName,
AttributeMetaInfo aMeta) |
public void put(String sAttributeName, AttributeMetaInfo aMeta) throws Exception
Exceptionpublic AttributeMetaInfo getForAttributeName(String sAttributeName) throws Exception
Exceptionpublic AttributeMetaInfo getForColumnName(String sColumnName) throws Exception
Exceptionpublic Iterator<AttributeMetaInfo> iterator() throws Exception
Exceptionpublic List<String> getApiNamesOrdered() throws Exception
ExceptionCopyright © 2016 as-development.net. All rights reserved.