Package FAtiMA.culture
Class CulturalDimensionType
- java.lang.Object
-
- FAtiMA.culture.CulturalDimensionType
-
public class CulturalDimensionType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static shortCOLLECTIVISMstatic shortLONGTERMORIENTATIONstatic shortMASCULINITYstatic shortPOWERDISTANCEstatic shortUNCERTAINTYAVOIDANCE
-
Constructor Summary
Constructors Constructor Description CulturalDimensionType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intnumberOfTypes()static shortParseType(java.lang.String dimensionType)
-
-
-
Field Detail
-
POWERDISTANCE
public static final short POWERDISTANCE
- See Also:
- Constant Field Values
-
COLLECTIVISM
public static final short COLLECTIVISM
- See Also:
- Constant Field Values
-
MASCULINITY
public static final short MASCULINITY
- See Also:
- Constant Field Values
-
UNCERTAINTYAVOIDANCE
public static final short UNCERTAINTYAVOIDANCE
- See Also:
- Constant Field Values
-
LONGTERMORIENTATION
public static final short LONGTERMORIENTATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
numberOfTypes
public static int numberOfTypes()
-
ParseType
public static short ParseType(java.lang.String dimensionType) throws InvalidDimensionTypeException- Throws:
InvalidDimensionTypeException
-
-