Class XdtoIndexUtil
- java.lang.Object
- 
- com._1c.g5.v8.dt.xdto.model.resource.XdtoIndexUtil
 
- 
 public class XdtoIndexUtil extends Object Class contains useful method for working with index element of xdto packages
- 
- 
Field SummaryFields Modifier and Type Field Description static StringBASE_TYPEIndex constant corresponding to the information about base typestatic StringIMPORTIndex constant corresponding to the information about XDTO package dependenciesstatic StringIMPORT_DELIMITERSpecial delimiter using withIMPORTandl#MEMBER_TYPESstatic StringITEM_TYPEIndex constant corresponding to the information about item typestatic StringMEMBER_TYPESIndex constant corresponding to the information about merger typesstatic StringPROPERTY_FORMATstatic StringQUALIFIED_NAME_DELIMITERSpecial delimiter using for creating string presentation ofQNamestatic StringVALUE_TYPE_VARIETY
 - 
Constructor SummaryConstructors Constructor Description XdtoIndexUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>createPackageIndexInformation(Package xdtoPackage)Create additional index information forPackage
 
- 
- 
- 
Field Detail- 
IMPORTpublic static final String IMPORT Index constant corresponding to the information about XDTO package dependencies- See Also:
- Constant Field Values
 
 - 
IMPORT_DELIMITERpublic static final String IMPORT_DELIMITER Special delimiter using withIMPORTandl#MEMBER_TYPES- See Also:
- Constant Field Values
 
 - 
BASE_TYPEpublic static final String BASE_TYPE Index constant corresponding to the information about base type- See Also:
- Constant Field Values
 
 - 
ITEM_TYPEpublic static final String ITEM_TYPE Index constant corresponding to the information about item type- See Also:
- Constant Field Values
 
 - 
MEMBER_TYPESpublic static final String MEMBER_TYPES Index constant corresponding to the information about merger types- See Also:
- Constant Field Values
 
 - 
QUALIFIED_NAME_DELIMITERpublic static final String QUALIFIED_NAME_DELIMITER Special delimiter using for creating string presentation ofQName- See Also:
- Constant Field Values
 
 - 
PROPERTY_FORMATpublic static final String PROPERTY_FORMAT - See Also:
- Constant Field Values
 
 - 
VALUE_TYPE_VARIETYpublic static final String VALUE_TYPE_VARIETY - See Also:
- Constant Field Values
 
 
- 
 
-