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

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
All Implemented Interfaces:
StringValue, StringValueInfo, Validatable, AsnValue
Direct Known Subclasses:
AsnBMPString, AsnCharacterString, AsnGeneralString, AsnGraphicString, AsnIA5String, AsnNumericString, AsnObjectDescriptor, AsnPrintableString, AsnTeletexString, AsnUniversalString, AsnUTF8String, AsnVideotexString, AsnVisibleString

public abstract class AsnStringValueBase
extends AsnObjectValueBase
implements StringValue


Constructor Summary
AsnStringValueBase(AsnStringValueBase copy)
           
AsnStringValueBase(AsnType type)
           
 
Method Summary
 void assign(StringValue other)
           
 String getValue()
           
 void setValue(String value)
           
 String 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
 
Methods inherited from interface ch.panter.li.bi.asn.AsnValue
copyAsnValue
 

Constructor Detail

AsnStringValueBase

AsnStringValueBase(AsnType type)

AsnStringValueBase

AsnStringValueBase(AsnStringValueBase copy)
Method Detail

getValue

public final String getValue()
Specified by:
getValue in interface StringValueInfo

setValue

public final void setValue(String value)
Specified by:
setValue in interface StringValue

assign

public void assign(StringValue other)
Specified by:
assign in interface StringValue

toString

public String toString()
Overrides:
toString in class AsnObjectValueBase


Copyright 2007-2007 SourceForge. All Rights Reserved.