org.iso.mpeg.mpegj.scene
Interface SFBoolFieldValue


public interface SFBoolFieldValue
extends FieldValue

An interface used for obtaining SFBool values.


Method Summary
 boolean getSFBoolValue()
          Obtain the SFBool value.
 

Method Detail

getSFBoolValue

public boolean getSFBoolValue()
Obtain the SFBool value.
Returns:
a boolean that contains the SFBool value.