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 String
BASE_TYPE
Index constant corresponding to the information about base typestatic String
IMPORT
Index constant corresponding to the information about XDTO package dependenciesstatic String
IMPORT_DELIMITER
Special delimiter using withIMPORT
andl#MEMBER_TYPES
static String
ITEM_TYPE
Index constant corresponding to the information about item typestatic String
MEMBER_TYPES
Index constant corresponding to the information about merger typesstatic String
PROPERTY_FORMAT
static String
QUALIFIED_NAME_DELIMITER
Special delimiter using for creating string presentation ofQName
static String
VALUE_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 withIMPORT
andl#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
-
-