ch.panter.li.bi.asn
Interface AsnValue

All Superinterfaces:
Validatable
All Known Implementing Classes:
AsnBitString, AsnBMPString, AsnBoolean, AsnByteArrayValueBase, AsnCharacterString, AsnChoice, AsnComplexValueBase, AsnContainerValueBase, AsnEmbeddedPdv, AsnEndOfIndefiniteLengthContent, AsnEnumerated, AsnExternal, AsnGeneralizedTime, AsnGeneralString, AsnGraphicString, AsnIA5String, AsnInteger, AsnIntegralNumberValueBase, AsnNull, AsnNumericString, AsnObjectDescriptor, AsnObjectIdentifier, AsnObjectValueBase, AsnOctetString, AsnOIDValueBase, AsnPrintableString, AsnReal, AsnRelativeOID, AsnSequence, AsnSequenceOf, AsnSequenceOfType, AsnSet, AsnSetOf, AsnSimpleValueBase, AsnStringValueBase, AsnTeletexString, AsnTimeValueBase, AsnUniversalString, AsnUniversalTime, AsnUnknownExtension, AsnUnknownStructure, AsnUTF8String, AsnValueBase, AsnVideotexString, AsnVisibleString

public interface AsnValue
extends Validatable


Method Summary
 AsnValue copyAsnValue()
           
 AsnTag getTag()
           
 AsnType getType()
           
 
Methods inherited from interface ch.panter.li.bi.asn.api.Validatable
collectValidationInfo, isValid, validate
 

Method Detail

getType

AsnType getType()

getTag

AsnTag getTag()

copyAsnValue

AsnValue copyAsnValue()


Copyright 2007-2007 SourceForge. All Rights Reserved.