com.evolveum.midpoint.schema.util
Class SchemaTestConstants

java.lang.Object
  extended by com.evolveum.midpoint.schema.util.SchemaTestConstants

public class SchemaTestConstants
extends java.lang.Object

Constants for use in tests. DO NOT USE IN "MAIN" CODE. This is placed in "main" just for conveniece, so the tests in other components can see it.

Author:
Radovan Semancik

Field Summary
static javax.xml.namespace.QName EXTENSION_DATE_TYPE_ELEMENT
           
static javax.xml.namespace.QName EXTENSION_DOUBLE_TYPE_ELEMENT
           
static javax.xml.namespace.QName EXTENSION_INT_TYPE_ELEMENT
           
static javax.xml.namespace.QName EXTENSION_LOCATIONS_ELEMENT
           
static javax.xml.namespace.QName EXTENSION_LOCATIONS_TYPE
           
static javax.xml.namespace.QName EXTENSION_LONG_TYPE_ELEMENT
           
static javax.xml.namespace.QName EXTENSION_STRING_TYPE_ELEMENT
           
static java.lang.String ICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAME
           
static javax.xml.namespace.QName ICFC_CONFIGURATION_PROPERTIES
           
static javax.xml.namespace.QName ICFC_CONFIGURATION_PROPERTIES_TYPE
           
static javax.xml.namespace.QName ICFS_NAME
           
static ItemPath ICFS_NAME_PATH
           
static javax.xml.namespace.QName ICFS_UID
           
static ItemPath ICFS_UID_PATH
           
static java.lang.String NS_EXTENSION
           
static java.lang.String NS_ICFC
           
static java.lang.String NS_ICFC_LDAP
           
static java.lang.String NS_ICFS
           
 
Constructor Summary
SchemaTestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_ICFC_LDAP

public static final java.lang.String NS_ICFC_LDAP
See Also:
Constant Field Values

NS_ICFC

public static final java.lang.String NS_ICFC
See Also:
Constant Field Values

NS_ICFS

public static final java.lang.String NS_ICFS
See Also:
Constant Field Values

ICFC_CONFIGURATION_PROPERTIES

public static final javax.xml.namespace.QName ICFC_CONFIGURATION_PROPERTIES

ICFC_CONFIGURATION_PROPERTIES_TYPE

public static final javax.xml.namespace.QName ICFC_CONFIGURATION_PROPERTIES_TYPE

ICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAME

public static final java.lang.String ICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAME
See Also:
Constant Field Values

ICFS_UID

public static final javax.xml.namespace.QName ICFS_UID

ICFS_UID_PATH

public static final ItemPath ICFS_UID_PATH

ICFS_NAME

public static final javax.xml.namespace.QName ICFS_NAME

ICFS_NAME_PATH

public static final ItemPath ICFS_NAME_PATH

NS_EXTENSION

public static final java.lang.String NS_EXTENSION
See Also:
Constant Field Values

EXTENSION_LOCATIONS_ELEMENT

public static final javax.xml.namespace.QName EXTENSION_LOCATIONS_ELEMENT

EXTENSION_LOCATIONS_TYPE

public static final javax.xml.namespace.QName EXTENSION_LOCATIONS_TYPE

EXTENSION_STRING_TYPE_ELEMENT

public static final javax.xml.namespace.QName EXTENSION_STRING_TYPE_ELEMENT

EXTENSION_INT_TYPE_ELEMENT

public static final javax.xml.namespace.QName EXTENSION_INT_TYPE_ELEMENT

EXTENSION_DOUBLE_TYPE_ELEMENT

public static final javax.xml.namespace.QName EXTENSION_DOUBLE_TYPE_ELEMENT

EXTENSION_LONG_TYPE_ELEMENT

public static final javax.xml.namespace.QName EXTENSION_LONG_TYPE_ELEMENT

EXTENSION_DATE_TYPE_ELEMENT

public static final javax.xml.namespace.QName EXTENSION_DATE_TYPE_ELEMENT
Constructor Detail

SchemaTestConstants

public SchemaTestConstants()


Copyright © 2012 evolveum. All Rights Reserved.