Uses of Class
org.opensolaris.os.dtrace.InterfaceAttributes.DependencyClass

Uses of InterfaceAttributes.DependencyClass in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return InterfaceAttributes.DependencyClass
 InterfaceAttributes.DependencyClass InterfaceAttributes.getDependencyClass()
          Gets the interface dependency class.
static InterfaceAttributes.DependencyClass InterfaceAttributes.DependencyClass.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InterfaceAttributes.DependencyClass[] InterfaceAttributes.DependencyClass.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.opensolaris.os.dtrace with parameters of type InterfaceAttributes.DependencyClass
InterfaceAttributes(InterfaceAttributes.Stability nameStabilityAttribute, InterfaceAttributes.Stability dataStabilityAttribute, InterfaceAttributes.DependencyClass dependencyClassAttribute)
          Creates an interface attribute triplet from the given attributes.