public interface Dictionary
| 限定符和类型 | 方法和说明 |
|---|---|
AttributeType |
getAttributeTypeByCode(int typeCode)
Retrieves an attribute type by type code.
|
AttributeType |
getAttributeTypeByCode(int vendorId,
int typeCode)
Retrieves an attribute type for a vendor-specific
attribute.
|
AttributeType |
getAttributeTypeByName(String typeName)
Retrieves an attribute type by name.
|
int |
getVendorId(String vendorName)
Retrieves the ID of the vendor with the given
name.
|
String |
getVendorName(int vendorId)
Retrieves the name of the vendor with the given
vendor code.
|
AttributeType getAttributeTypeByName(String typeName)
typeName - name of the attribute typeAttributeType getAttributeTypeByCode(int typeCode)
typeCode - type code, 1-255AttributeType getAttributeTypeByCode(int vendorId, int typeCode)
vendorId - vendor IDtypeCode - type code, 1-255String getVendorName(int vendorId)
vendorId - vendor numberint getVendorId(String vendorName)
vendorName - name of the vendorCopyright © 2016. All rights reserved.