ch.panter.li.bi.asn.value
Class AsnCharacterString

java.lang.Object
  extended by ch.panter.li.bi.asn.AsnValueBase
      extended by ch.panter.li.bi.asn.value.AsnSimpleValueBase
          extended by ch.panter.li.bi.asn.value.AsnObjectValueBase
              extended by ch.panter.li.bi.asn.value.AsnStringValueBase
                  extended by ch.panter.li.bi.asn.value.AsnCharacterString
All Implemented Interfaces:
StringValue, StringValueInfo, Validatable, AsnValue

public class AsnCharacterString
extends AsnStringValueBase


Constructor Summary
AsnCharacterString()
           
AsnCharacterString(AsnCharacterString copy)
           
AsnCharacterString(AsnType type)
           
AsnCharacterString(String value)
           
 
Method Summary
 AsnCharacterString copyAsnValue()
           
 
Methods inherited from class ch.panter.li.bi.asn.value.AsnStringValueBase
assign, getValue, setValue, toString
 
Methods inherited from class ch.panter.li.bi.asn.value.AsnObjectValueBase
computeHashCode, copyValueObject, getValueObject, isEqualTo, setValueObject, validateValueObject
 
Methods inherited from class ch.panter.li.bi.asn.AsnValueBase
checkTypeDerivedFrom, collectValidationInfo, equals, getTag, getType, hashCode, isValid, setTag, validate, validateStructure
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsnCharacterString

public AsnCharacterString()

AsnCharacterString

public AsnCharacterString(String value)

AsnCharacterString

public AsnCharacterString(AsnType type)

AsnCharacterString

public AsnCharacterString(AsnCharacterString copy)
Method Detail

copyAsnValue

public AsnCharacterString copyAsnValue()


Copyright 2007-2007 SourceForge. All Rights Reserved.