|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gxml.xs.SmValueConstraint<A>
public final class SmValueConstraint<A>
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 |
---|
public SmValueConstraint(SmValueConstraint.Kind kind, java.util.List<? extends A> value)
Method Detail |
---|
public SmValueConstraint.Kind getKind()
public java.util.List<A> getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |