org.argouml.profile
Interface DefaultTypeStrategy
public interface DefaultTypeStrategy
Using this strategy profiles can provide the default used when creating new
parameters, operations and attributes.
getDefaultAttributeType
java.lang.Object getDefaultAttributeType()
- Returns:
- the default type used in new attributes
getDefaultParameterType
java.lang.Object getDefaultParameterType()
- Returns:
- the default type used in new parameters
getDefaultReturnType
java.lang.Object getDefaultReturnType()
- Returns:
- the default type used in new operations