public class Trait extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Trait.Category
The category of the characteristic: `personality` for Big Five personality characteristics, `needs` for Needs, and
 `values` for Values. 
 | 
| Constructor and Description | 
|---|
Trait()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCategory()
Gets the category. 
 | 
java.util.List<Trait> | 
getChildren()
Gets the children. 
 | 
java.lang.String | 
getName()
Gets the name. 
 | 
java.lang.Double | 
getPercentile()
Gets the percentile. 
 | 
java.lang.Double | 
getRawScore()
Gets the rawScore. 
 | 
java.lang.String | 
getTraitId()
Gets the traitId. 
 | 
java.lang.Boolean | 
isSignificant()
Gets the significant. 
 | 
equals, hashCode, toStringpublic java.lang.String getTraitId()
public java.lang.String getName()
public java.lang.String getCategory()
public java.lang.Double getPercentile()
public java.lang.Double getRawScore()
public java.lang.Boolean isSignificant()
public java.util.List<Trait> getChildren()