|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dictionary
A dictionary retrieves AttributeType objects by name or type code.
Method Summary | |
---|---|
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(java.lang.String typeName)
Retrieves an attribute type by name. |
int |
getVendorId(java.lang.String vendorName)
Retrieves the ID of the vendor with the given name. |
java.lang.String |
getVendorName(int vendorId)
Retrieves the name of the vendor with the given vendor code. |
Method Detail |
---|
AttributeType getAttributeTypeByName(java.lang.String typeName)
typeName
- name of the attribute type
AttributeType getAttributeTypeByCode(int typeCode)
typeCode
- type code, 1-255
AttributeType getAttributeTypeByCode(int vendorId, int typeCode)
vendorId
- vendor IDtypeCode
- type code, 1-255
java.lang.String getVendorName(int vendorId)
vendorId
- vendor number
int getVendorId(java.lang.String vendorName)
vendorName
- name of the vendor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |