All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.xsd.XSDMaxLengthFacet Maven / Gradle / Ivy

/**
 * Copyright (c) 2002-2004 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v20.html
 * 
 * Contributors: 
 *   IBM - Initial API and implementation
 */
package org.eclipse.xsd;




/**
 * 
 * A representation of the model object 
 * 'Max Length Facet'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.xsd.XSDMaxLengthFacet#getValue Value}
  • *
* * @see org.eclipse.xsd.XSDPackage#getXSDMaxLengthFacet() * @model * @generated */ public interface XSDMaxLengthFacet extends XSDFixedFacet { /** * Returns the value of the 'Value' attribute. * *

* This represents the * value * infoset property. * It is computed from the '{@link #getLexicalValue() Lexical Value}' attribute and should typically not be set directly. *

* * @return the value of the 'Value' attribute. * @see #setValue(int) * @see org.eclipse.xsd.XSDPackage#getXSDMaxLengthFacet_Value() * @model * @generated */ int getValue(); /** * Sets the value of the '{@link org.eclipse.xsd.XSDMaxLengthFacet#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(int value); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy