Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Field and Description |
---|---|
protected List<NameValue> |
Cascade.keyValue |
protected List<NameValue> |
Column.metaData |
protected List<NameValue> |
UserAlert.nameValue |
protected List<NameValue> |
PrintDocumentPrefs.nameValue |
protected List<NameValue> |
OtherPrefs.nameValue |
protected List<NameValue> |
EmailMessagesPrefs.nameValue |
protected List<NameValue> |
CompanyInfo.nameValue |
protected List<NameValue> |
Company.nameValue |
protected List<NameValue> |
User.nameValueAttr |
protected List<NameValue> |
ReportHeader.option |
protected List<NameValue> |
TDSMetadata.tdsEntityTypes |
protected List<NameValue> |
TDSMetadata.tdsSectionTypes |
Modifier and Type | Method and Description |
---|---|
NameValue |
ObjectFactory.createNameValue()
Create an instance of
NameValue |
Modifier and Type | Method and Description |
---|---|
List<NameValue> |
Cascade.getKeyValue()
Gets the value of the keyValue property.
|
List<NameValue> |
Column.getMetaData()
Gets the value of the metaData property.
|
List<NameValue> |
UserAlert.getNameValue()
Gets the value of the nameValue property.
|
List<NameValue> |
PrintDocumentPrefs.getNameValue()
Gets the value of the nameValue property.
|
List<NameValue> |
OtherPrefs.getNameValue()
Gets the value of the nameValue property.
|
List<NameValue> |
EmailMessagesPrefs.getNameValue()
Gets the value of the nameValue property.
|
List<NameValue> |
CompanyInfo.getNameValue()
Gets the value of the nameValue property.
|
List<NameValue> |
Company.getNameValue()
Gets the value of the nameValue property.
|
List<NameValue> |
User.getNameValueAttr()
Gets the value of the nameValueAttr property.
|
List<NameValue> |
ReportHeader.getOption()
Gets the value of the option property.
|
List<NameValue> |
TDSMetadata.getTDSEntityTypes()
Gets the value of the tdsEntityTypes property.
|
List<NameValue> |
TDSMetadata.getTDSSectionTypes()
Gets the value of the tdsSectionTypes property.
|
Modifier and Type | Method and Description |
---|---|
void |
Cascade.setKeyValue(List<NameValue> keyValue)
Sets the value of the keyValue property.
|
void |
Column.setMetaData(List<NameValue> metaData)
Sets the value of the metaData property.
|
void |
UserAlert.setNameValue(List<NameValue> nameValue)
Sets the value of the nameValue property.
|
void |
PrintDocumentPrefs.setNameValue(List<NameValue> nameValue)
Sets the value of the nameValue property.
|
void |
OtherPrefs.setNameValue(List<NameValue> nameValue)
Sets the value of the nameValue property.
|
void |
EmailMessagesPrefs.setNameValue(List<NameValue> nameValue)
Sets the value of the nameValue property.
|
void |
CompanyInfo.setNameValue(List<NameValue> nameValue)
Sets the value of the nameValue property.
|
void |
Company.setNameValue(List<NameValue> nameValue)
Sets the value of the nameValue property.
|
void |
User.setNameValueAttr(List<NameValue> nameValueAttr)
Sets the value of the nameValueAttr property.
|
void |
ReportHeader.setOption(List<NameValue> option)
Sets the value of the option property.
|
void |
TDSMetadata.setTDSEntityTypes(List<NameValue> tdsEntityTypes)
Sets the value of the tdsEntityTypes property.
|
void |
TDSMetadata.setTDSSectionTypes(List<NameValue> tdsSectionTypes)
Sets the value of the tdsSectionTypes property.
|
Copyright © 2017. All rights reserved.