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 Summary
Fields 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 Summary
Constructors Constructor Description XdtoIndexUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>createPackageIndexInformation(Package xdtoPackage)Create additional index information forPackage
-
-
-
Field Detail
-
IMPORT
public static final String IMPORT
Index constant corresponding to the information about XDTO package dependencies- See Also:
- Constant Field Values
-
IMPORT_DELIMITER
public static final String IMPORT_DELIMITER
Special delimiter using withIMPORTandl#MEMBER_TYPES- See Also:
- Constant Field Values
-
BASE_TYPE
public static final String BASE_TYPE
Index constant corresponding to the information about base type- See Also:
- Constant Field Values
-
ITEM_TYPE
public static final String ITEM_TYPE
Index constant corresponding to the information about item type- See Also:
- Constant Field Values
-
MEMBER_TYPES
public static final String MEMBER_TYPES
Index constant corresponding to the information about merger types- See Also:
- Constant Field Values
-
QUALIFIED_NAME_DELIMITER
public static final String QUALIFIED_NAME_DELIMITER
Special delimiter using for creating string presentation ofQName- See Also:
- Constant Field Values
-
PROPERTY_FORMAT
public static final String PROPERTY_FORMAT
- See Also:
- Constant Field Values
-
VALUE_TYPE_VARIETY
public static final String VALUE_TYPE_VARIETY
- See Also:
- Constant Field Values
-
-