com.android.builder.model
Interface DimensionAware

All Known Subinterfaces:
ProductFlavor

public interface DimensionAware

Interface for objects has a dimension.


Method Summary
 java.lang.String getDimension()
          Returns the dimension or null if the object do not have a dimension.
 

Method Detail

getDimension

@Nullable
java.lang.String getDimension()
Returns the dimension or null if the object do not have a dimension.