org.eclipse.higgins.idas.impl
Class BasicValueName
java.lang.Object
org.eclipse.higgins.idas.impl.AbstractSimpleValue
org.eclipse.higgins.idas.impl.BasicValueString
org.eclipse.higgins.idas.impl.BasicValueNormalizedString
org.eclipse.higgins.idas.impl.BasicValueToken
org.eclipse.higgins.idas.impl.BasicValueName
- All Implemented Interfaces:
- IPropertyValue, ISimpleValue
- Direct Known Subclasses:
- BasicValueNCName
public class BasicValueName
- extends BasicValueToken
- implements ISimpleValue
Constructor Summary |
BasicValueName(String value)
TODO: This does not enforce xsd:Name restrictions yet. |
BasicValueName
public BasicValueName(String value)
- TODO: This does not enforce xsd:Name restrictions yet.
Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available
under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Jim Sermersheim (Novell, Inc.) - initial API and implementation