ch.panter.li.bi.asn.model
Class AsnConstraintType

java.lang.Object
  extended by ch.panter.li.bi.asn.model.AsnConstraintBase
      extended by ch.panter.li.bi.asn.model.AsnConstraintType
All Implemented Interfaces:
AsnConstraint

public final class AsnConstraintType
extends AsnConstraintBase


Constructor Summary
AsnConstraintType(AsnType requiredType)
           
 
Method Summary
protected  int computeHashCode(int baseHash)
           
protected  void doValidate(AsnValue value, ValidationInfoImpl info)
           
 AsnType getRequiredType()
           
protected  boolean isEqualTo(Object compare)
           
protected  boolean isValidationPossibleFor(AsnType type)
           
 String toString()
           
 
Methods inherited from class ch.panter.li.bi.asn.model.AsnConstraintBase
canValidate, equals, hashCode, isAllowExtensions, setAllowExtensions, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsnConstraintType

public AsnConstraintType(AsnType requiredType)
Method Detail

getRequiredType

public final AsnType getRequiredType()

isValidationPossibleFor

protected final boolean isValidationPossibleFor(AsnType type)
Specified by:
isValidationPossibleFor in class AsnConstraintBase

doValidate

protected final void doValidate(AsnValue value,
                                ValidationInfoImpl info)
Specified by:
doValidate in class AsnConstraintBase

isEqualTo

protected boolean isEqualTo(Object compare)
Overrides:
isEqualTo in class AsnConstraintBase

computeHashCode

protected int computeHashCode(int baseHash)
Overrides:
computeHashCode in class AsnConstraintBase

toString

public String toString()
Overrides:
toString in class Object


Copyright 2007-2007 SourceForge. All Rights Reserved.