-
public class InternalFriendlyObstruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumInternalFriendlyObstruction.Purpose
-
Field Summary
Fields Modifier and Type Field Description private StringdetailedDescription
-
Constructor Summary
Constructors Constructor Description InternalFriendlyObstruction(View view, InternalFriendlyObstruction.Purpose friendlyObstructionPurpose, String detailedDescription)
-
Method Summary
Modifier and Type Method Description StringgetDetailedDescription()ViewgetView()InternalFriendlyObstruction.PurposegetPurpose()-
-
Constructor Detail
-
InternalFriendlyObstruction
InternalFriendlyObstruction(View view, InternalFriendlyObstruction.Purpose friendlyObstructionPurpose, String detailedDescription)
-
-
Method Detail
-
getDetailedDescription
String getDetailedDescription()
-
getPurpose
InternalFriendlyObstruction.Purpose getPurpose()
-
-
-
-