public abstract class X3DSensorNode extends X3DChildNode
Java class for X3DSensorNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DSensorNode"> <complexContent> <extension base="{}X3DChildNode"> <attribute name="enabled" type="{}SFBool" default="true" /> <attribute name="isActive" type="{}SFBool" default="true" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SFBool |
enabled |
protected SFBool |
isActive |
containerField
Constructor and Description |
---|
X3DSensorNode() |
Modifier and Type | Method and Description |
---|---|
SFBool |
isActive()
Gets the value of the isActive property.
|
SFBool |
isEnabled()
Gets the value of the enabled property.
|
void |
setActive(SFBool value)
Sets the value of the isActive property.
|
void |
setEnabled(SFBool value)
Sets the value of the enabled property.
|
getContainerField, setContainerField
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
public SFBool isEnabled()
SFBool
public void setEnabled(SFBool value)
value
- allowed object is
SFBool
public SFBool isActive()
SFBool