com.free2be.dimensions.device.profile
Class NetworkProfile

java.lang.Object
  extended by com.free2be.dimensions.device.simple.SimpleDeviceComponent
      extended by com.free2be.dimensions.device.simple.SimpleNetwork
          extended by com.free2be.dimensions.device.profile.NetworkProfile
All Implemented Interfaces:
DeviceComponent, Network, java.io.Serializable

public class NetworkProfile
extends SimpleNetwork
implements Network

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.free2be.dimensions.device.simple.SimpleDeviceComponent
END_TAG_INDICATOR, GREATER_THAN, LESS_THAN
 
Constructor Summary
NetworkProfile(org.dom4j.Node networkNode)
           
 
Method Summary
 java.lang.String getAsXml()
          Ideally this will always return the CC/PP representation of this device, but until then:
If derived from a valid CC/PP (like UAProf) document then that document will be returned as formatted string.
 
Methods inherited from class com.free2be.dimensions.device.simple.SimpleNetwork
getPropertyName
 
Methods inherited from class com.free2be.dimensions.device.simple.SimpleDeviceComponent
assignEndTag, assignNewline, assignStartTag, getAsXml, getSimpleXml, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkProfile

public NetworkProfile(org.dom4j.Node networkNode)
Method Detail

getAsXml

public java.lang.String getAsXml()
Description copied from interface: DeviceComponent
Ideally this will always return the CC/PP representation of this device, but until then:

Specified by:
getAsXml in interface DeviceComponent
Overrides:
getAsXml in class SimpleDeviceComponent