org.sonar.api.technicaldebt.batch
Interface Characteristic

All Known Implementing Classes:
DefaultCharacteristic

public interface Characteristic

Since:
4.1

Method Summary
 List<? extends Characteristic> children()
           
 Date createdAt()
           
 Integer id()
           
 boolean isRoot()
           
 String key()
           
 String name()
           
 Integer order()
           
 Characteristic parent()
           
 List<? extends Requirement> requirements()
           
 Date updatedAt()
           
 

Method Detail

id

Integer id()

key

String key()

name

String name()

order

Integer order()

parent

@CheckForNull
Characteristic parent()

children

List<? extends Characteristic> children()

requirements

List<? extends Requirement> requirements()

isRoot

boolean isRoot()

createdAt

Date createdAt()

updatedAt

Date updatedAt()


Copyright © 2009-2014 SonarSource. All Rights Reserved.