Class GraphicType
java.lang.Object
com.ptc.windchill.mpml.pmi.annotation.common.GraphicType
- All Implemented Interfaces:
Serializable
Class use to identify the graphic data type
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: truestatic final int
Supported API: truestatic final String
Supported API: true -
Constructor Summary
ConstructorsConstructorDescriptionGraphicType(int type, String typename) Class constructor specifying the type and type name. -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphicTypegetGraphicType(String typeName) Build a graphic type object base on the type given
Supported API: trueintgetType()Return the graphic type
Supported API: trueReturn the graphic type name
Supported API: truetoString()Override the to string
Supported API: true
-
Field Details
-
UNKNOWN
public static final int UNKNOWN
Supported API: true- See Also:
-
GEOMETRIC_TOLERANCE
public static final int GEOMETRIC_TOLERANCE
Supported API: true- See Also:
-
SURFACE_FINISH
public static final int SURFACE_FINISH
Supported API: true- See Also:
-
NOTE
public static final int NOTE
Supported API: true- See Also:
-
SET_DATUM_TAG
public static final int SET_DATUM_TAG
Supported API: true- See Also:
-
DRIVEN_DIMENSION
public static final int DRIVEN_DIMENSION
Supported API: true- See Also:
-
ORDINATE_BASELINE
public static final int ORDINATE_BASELINE
Supported API: true- See Also:
-
ORDINATE_DRIVEN_DIMENSION
public static final int ORDINATE_DRIVEN_DIMENSION
Supported API: true- See Also:
-
GTOL_STRAIGHTNESS
public static final int GTOL_STRAIGHTNESS
Supported API: true- See Also:
-
GTOL_FLATNESS
public static final int GTOL_FLATNESS
Supported API: true- See Also:
-
GTOL_CYLINDRICITY
public static final int GTOL_CYLINDRICITY
Supported API: true- See Also:
-
GTOL_CIRCULARITY
public static final int GTOL_CIRCULARITY
Supported API: true- See Also:
-
GTOL_LINE_PROFILE
public static final int GTOL_LINE_PROFILE
Supported API: true- See Also:
-
GTOL_SURFACE_PROFILE
public static final int GTOL_SURFACE_PROFILE
Supported API: true- See Also:
-
GTOL_ANGULARITY
public static final int GTOL_ANGULARITY
Supported API: true- See Also:
-
GTOL_PERPENDICULARITY
public static final int GTOL_PERPENDICULARITY
Supported API: true- See Also:
-
GTOL_PARALLELISM
public static final int GTOL_PARALLELISM
Supported API: true- See Also:
-
GTOL_POSITION
public static final int GTOL_POSITION
Supported API: true- See Also:
-
GTOL_CONCENTRICITY
public static final int GTOL_CONCENTRICITY
Supported API: true- See Also:
-
GTOL_SYMMETRY
public static final int GTOL_SYMMETRY
Supported API: true- See Also:
-
GTOL_CIRCULAR_RUNOUT
public static final int GTOL_CIRCULAR_RUNOUT
Supported API: true- See Also:
-
GTOL_TOTAL_RUNOUT
public static final int GTOL_TOTAL_RUNOUT
Supported API: true- See Also:
-
REFERENCE_DIMENSION
public static final int REFERENCE_DIMENSION
Supported API: true- See Also:
-
ORDINATE_REFERENCE_DIMENSION
public static final int ORDINATE_REFERENCE_DIMENSION
Supported API: true- See Also:
-
GEOMETRIC_TOLERANCE_STRING_VALUE
Supported API: true- See Also:
-
SURFACE_FINISH_STRING_VALUE
Supported API: true- See Also:
-
NOTE_STRING_VALUE
Supported API: true- See Also:
-
SET_DATUM_TAG_STRING_VALUE
Supported API: true- See Also:
-
DRIVEN_DIMENSION_STRING_VALUE
Supported API: true- See Also:
-
ORDINATE_BASELINE_STRING_VALUE
Supported API: true- See Also:
-
ORDINATE_DRIVEN_DIMENSION_STRING_VALUE
Supported API: true- See Also:
-
GTOL_STRAIGHTNESS_STRING_VALUE
Supported API: true- See Also:
-
GTOL_FLATNESS_STRING_VALUE
Supported API: true- See Also:
-
GTOL_CYLINDRICITY_STRING_VALUE
Supported API: true- See Also:
-
GTOL_CIRCULARITY_STRING_VALUE
Supported API: true- See Also:
-
GTOL_LINE_PROFILE_STRING_VALUE
Supported API: true- See Also:
-
GTOL_SURFACE_PROFILE_STRING_VALUE
Supported API: true- See Also:
-
GTOL_ANGULARITY_STRING_VALUE
Supported API: true- See Also:
-
GTOL_PERPENDICULARITY_STRING_VALUE
Supported API: true- See Also:
-
GTOL_PARALLELISM_STRING_VALUE
Supported API: true- See Also:
-
GTOL_POSITION_STRING_VALUE
Supported API: true- See Also:
-
GTOL_CONCENTRICITY_STRING_VALUE
Supported API: true- See Also:
-
GTOL_SYMMETRY_STRING_VALUE
Supported API: true- See Also:
-
GTOL_CIRCULAR_RUNOUT_STRING_VALUE
Supported API: true- See Also:
-
GTOL_TOTAL_RUNOUT_STRING_VALUE
Supported API: true- See Also:
-
REFERENCE_DIMENSION_STRING_VALUE
Supported API: true- See Also:
-
ORDINATE_REFERENCE_DIMENSION_STRING_VALUE
Supported API: true- See Also:
-
UNKNOWN_STRING_VALUE
Supported API: true- See Also:
-
-
Constructor Details
-
GraphicType
Class constructor specifying the type and type name.
Supported API: true- Parameters:
type- the graphic typetypename- the actual name of the type
-
-
Method Details
-
getType
public int getType()Return the graphic type
Supported API: true- Returns:
- the graphic type
-
getTypeName
Return the graphic type name
Supported API: true- Returns:
- the graphic type name
-
toString
Override the to string
Supported API: true -
getGraphicType
Build a graphic type object base on the type given
Supported API: true- Parameters:
typeName- the actual name of the type- Returns:
- the graphic type object
-