public class ConstrainedType extends AbstractConstrainedElement
ConstrainedElement.ConstrainedElementKind
constraints, groupConversions, isCascading, location, requiresUnwrapping, source
Constructor and Description |
---|
ConstrainedType(ConfigurationSource source,
ConstraintLocation location,
Set<MetaConstraint<?>> constraints)
Creates a new type meta data object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
getConstraints, getGroupConversions, getKind, getLocation, isCascading, isConstrained, iterator, requiresUnwrapping, toString
public ConstrainedType(ConfigurationSource source, ConstraintLocation location, Set<MetaConstraint<?>> constraints)
source
- The source of meta data.location
- The location of the represented type.constraints
- The constraints of the represented type, if any.public int hashCode()
hashCode
in class AbstractConstrainedElement
public boolean equals(Object obj)
equals
in class AbstractConstrainedElement
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved