Skip to content

Commit

Permalink
add C_ORG_TYPE constant
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lizner committed Mar 23, 2017
1 parent 7ceb664 commit 02e8e8d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -117,6 +117,7 @@ public abstract class SchemaConstants {
public static final QName C_CONNECTOR_CONNECTOR_TYPE = new QName(NS_C, "connectorType");
public static final QName C_SHADOW = new QName(NS_C, "shadow");
public static final QName C_SHADOW_TYPE = new QName(NS_C, "ShadowType");
public static final QName C_ORG_TYPE = new QName(NS_C, "OrgType");
public static final QName C_ATTRIBUTES = new QName(NS_C, "attributes");
public static final QName C_ASSOCIATION = new QName(NS_C, "association");
public static final QName C_CREDENTIALS_TYPE = new QName(NS_C, "CredentialsType");
Expand Down

0 comments on commit 02e8e8d

Please sign in to comment.