net.sf.jdiskcatalog.api
Interface NodeInfo

All Known Subinterfaces:
MutableNodeInfo
All Known Implementing Classes:
NodeInfoImpl

public interface NodeInfo


Nested Class Summary
static class NodeInfo.Type
           
 
Method Summary
 java.lang.String getName()
           
 java.util.Collection<java.lang.String> getProperties()
           
 java.lang.Object getProperty(java.lang.String key)
           
<T> T
getProperty(java.lang.String key, T defaultValue)
           
 NodeInfo.Type getType()
           
 boolean hasProperty(java.lang.String key)
           
 

Method Detail

getType

NodeInfo.Type getType()

getName

java.lang.String getName()

getProperty

java.lang.Object getProperty(java.lang.String key)

getProperty

<T> T getProperty(java.lang.String key,
                  T defaultValue)

getProperties

java.util.Collection<java.lang.String> getProperties()

hasProperty

boolean hasProperty(java.lang.String key)


Copyright © 2007. All Rights Reserved.