wwndesc
1.0-76
|
WWNDesc is the basic abstract ancestor: every descriptor is a descendent class extending this one, adding logic to the toString() function's output. More...
Go to the source code of this file.
Data Structures | |
class | WWNDesc |
WWNDesc is the basic generic class from which each vendor-specific pattern is built upon; similar to an abstract parent but populated methods. More... | |
class | WWNDesc.WWNDescInitiator |
simple pass-thru class to define internal value for a Initiator in an idempotent way More... | |
class | WWNDesc.WWNDescSwitch |
simple pass-thru class to define internal value for a Switch in an idempotent way More... | |
class | WWNDesc.WWNDescTarget |
simple pass-thru class to define internal value for a Target in an idempotent way More... | |
WWNDesc is the basic abstract ancestor: every descriptor is a descendent class extending this one, adding logic to the toString() function's output.
toString() may choose to use the brief variable return a more brief output. Additionally, when called from WWNDescription.getWWNDescriptor(), a static function is often used to choose whether an instance of the WWNDesc descendent should be created.
Definition in file WWNDesc.java.