DependableInfopublic class MockDependableInfo extends java.lang.Object implements DependableInfo
| Constructor | Description |
|---|---|
MockDependableInfo(java.lang.String name,
int index,
int contentCount,
boolean isSelected) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsErrors() |
|
boolean |
containsWarnings() |
|
int |
getContentCount() |
|
java.lang.String |
getDisplayName() |
|
java.lang.String |
getFullyQualifiedName() |
|
int |
getIndex() |
|
boolean |
isInCrosshair() |
|
boolean |
isSelected() |
public MockDependableInfo(java.lang.String name,
int index,
int contentCount,
boolean isSelected)
public int getContentCount()
getContentCount in interface DependableInfopublic java.lang.String getDisplayName()
getDisplayName in interface DependableInfopublic int getIndex()
getIndex in interface DependableInfopublic boolean isInCrosshair()
isInCrosshair in interface DependableInfopublic java.lang.String getFullyQualifiedName()
getFullyQualifiedName in interface DependableInfopublic boolean isSelected()
isSelected in interface DependableInfopublic boolean containsErrors()
containsErrors in interface DependableInfopublic boolean containsWarnings()
containsWarnings in interface DependableInfoCopyright © 2018. All rights reserved.