Package org.openjdk.jmc.common.unit
Interface IOptionDescriptor<T>
- 
- All Superinterfaces:
 IDescribable
public interface IOptionDescriptor<T> extends IDescribable
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConstraint<T>getConstraint()TgetDefault()- 
Methods inherited from interface org.openjdk.jmc.common.IDescribable
getDescription, getName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getConstraint
IConstraint<T> getConstraint()
 
- 
getDefault
T getDefault()
 
 - 
 
 -