|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebay.sdk.util.AttributeHelper
public abstract class AttributeHelper
Title:
Description:
Copyright: Copyright (c) 2004
Company: eBay Inc.
| Constructor Summary | |
|---|---|
AttributeHelper()
|
|
| Method Summary | |
|---|---|
static AttributeType |
findAttribute(AttributeSetType ast,
int attributeID)
Find an attribute by ID. |
static int |
getValueID(AttributeSetType ast,
int attributeID)
Get the first ValueID of an attribute node. |
static String |
getValueLiteral(AttributeSetType ast,
int attributeID)
Get the first ValueLiteral of an attribute node. |
static void |
insertToAttributeSet(AttributeSetType ast,
int attributeID,
int valueID,
String valStr)
Insert an attribute node to AttributeSetType or update the existing attribute node. |
static boolean |
removeAttribute(AttributeSetType ast,
int attributeID)
Remove an attribute from the AttributeSetType object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeHelper()
| Method Detail |
|---|
public static AttributeType findAttribute(AttributeSetType ast,
int attributeID)
ast - AttributeSetTypeattributeID - int
public static void insertToAttributeSet(AttributeSetType ast,
int attributeID,
int valueID,
String valStr)
ast - AttributeSetTypeattributeID - intvalueID - intvalStr - string
public static String getValueLiteral(AttributeSetType ast,
int attributeID)
ast - AttributeSetTypeattributeID - int
public static int getValueID(AttributeSetType ast,
int attributeID)
ast - AttributeSetTypeattributeID - int
public static boolean removeAttribute(AttributeSetType ast,
int attributeID)
ast - AttributeSetTypeattributeID - int
|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations:developer-relations@ebay.com
© 2004-2006 eBay Inc. All rights reserved.