org.gxml.xs
Class SmValueConstraint<A>

java.lang.Object
  extended by org.gxml.xs.SmValueConstraint<A>

public final class SmValueConstraint<A>
extends java.lang.Object

A pair consisting of the value constraint kind and value.
An instance of this class is immutable once created.


Nested Class Summary
static class SmValueConstraint.Kind
           
 
Constructor Summary
SmValueConstraint(SmValueConstraint.Kind kind, java.util.List<? extends A> value)
           
 
Method Summary
 SmValueConstraint.Kind getKind()
           
 java.util.List<A> getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmValueConstraint

public SmValueConstraint(SmValueConstraint.Kind kind,
                         java.util.List<? extends A> value)
Method Detail

getKind

public SmValueConstraint.Kind getKind()

getValue

public java.util.List<A> getValue()


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.