Package gw.internal.gosu.parser
Class ParameterDescriptorJavaParameterDescriptor
- java.lang.Object
-
- gw.internal.gosu.parser.ParameterDescriptorJavaParameterDescriptor
-
- All Implemented Interfaces:
IJavaParameterDescriptor
,Serializable
public class ParameterDescriptorJavaParameterDescriptor extends Object implements IJavaParameterDescriptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterDescriptorJavaParameterDescriptor(ParameterDescriptor pd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
IType
getFeatureType()
String
getName()
String
getShortDescription()
boolean
isHidden()
-
-
-
Constructor Detail
-
ParameterDescriptorJavaParameterDescriptor
public ParameterDescriptorJavaParameterDescriptor(ParameterDescriptor pd)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceIJavaParameterDescriptor
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceIJavaParameterDescriptor
-
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in interfaceIJavaParameterDescriptor
-
isHidden
public boolean isHidden()
- Specified by:
isHidden
in interfaceIJavaParameterDescriptor
-
getFeatureType
public IType getFeatureType()
- Specified by:
getFeatureType
in interfaceIJavaParameterDescriptor
-
-