com.sun.msv.grammar.xmlschema.Field Maven / Gradle / Ivy
/*
* @(#)$Id: Field.java,v 1.6 2003/06/09 20:37:22 kk122374 Exp $
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
package com.sun.msv.grammar.xmlschema;
/**
* represents one field of an identity constraint.
*
* @author Kohsuke KAWAGUCHI
*/
public class Field implements java.io.Serializable {
/**
* XPath that characterizes this field.
* 'A|B' is represented by using two FieldPath objects.
*/
public XPath[] paths;
// serialization support
private static final long serialVersionUID = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy