org.iso.mpeg.mpegj.scene
Interface SFStringFieldValue


public interface SFStringFieldValue
extends FieldValue

An interface used for obtaining SFString values.


Method Summary
 java.lang.String getSFStringValue()
          Obtain the SFString value.
 

Method Detail

getSFStringValue

public java.lang.String getSFStringValue()
Obtain the SFString value.
Returns:
a String value of the SFString field.