org.sonar.api.server.debt
Interface DebtCharacteristic

All Known Implementing Classes:
DefaultDebtCharacteristic

public interface DebtCharacteristic

Since:
4.3

Field Summary
static String NONE
          Only used when a characteristic is disabled (id is -1 in dto) by the user.
 
Method Summary
 boolean isSub()
           
 String key()
           
 String name()
           
 Integer order()
           
 

Field Detail

NONE

static final String NONE
Only used when a characteristic is disabled (id is -1 in dto) by the user. see org.sonar.server.rule.index.RuleNormalizer

See Also:
Constant Field Values
Method Detail

key

String key()

name

String name()

order

@CheckForNull
Integer order()

isSub

boolean isSub()


Copyright © 2009–2014 SonarSource. All rights reserved.