Uses of Class
ch.panter.li.bi.asn.AsnTagNature

Packages that use AsnTagNature
ch.panter.li.bi.asn   
 

Uses of AsnTagNature in ch.panter.li.bi.asn
 

Methods in ch.panter.li.bi.asn that return AsnTagNature
 AsnTagNature AsnTagImpl.getTagNature()
           
 AsnTagNature AsnTag.getTagNature()
           
static AsnTagNature AsnTagNature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsnTagNature[] AsnTagNature.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in ch.panter.li.bi.asn with parameters of type AsnTagNature
 void AsnTagImpl.setTagNature(AsnTagNature tagNature)
           
 

Constructors in ch.panter.li.bi.asn with parameters of type AsnTagNature
AsnTagImpl(AsnTagClass tagClass, AsnTagNature tagNature, int tagNumber)
           
AsnTagImpl(AsnTagNature tagNature, int tagNumber)
           
 



Copyright 2007-2007 SourceForge. All Rights Reserved.