|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InterfaceAttributes.Stability in org.opensolaris.os.dtrace |
---|
Methods in org.opensolaris.os.dtrace that return InterfaceAttributes.Stability | |
---|---|
InterfaceAttributes.Stability |
InterfaceAttributes.getDataStability()
Gets the stability level of the data format used by an interface and any associated data semantics. |
InterfaceAttributes.Stability |
InterfaceAttributes.getNameStability()
Gets the stabiltiy level of an interface associated with its name as it appears in a D program. |
static InterfaceAttributes.Stability |
InterfaceAttributes.Stability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InterfaceAttributes.Stability[] |
InterfaceAttributes.Stability.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.Stability | |
---|---|
InterfaceAttributes(InterfaceAttributes.Stability nameStabilityAttribute,
InterfaceAttributes.Stability dataStabilityAttribute,
InterfaceAttributes.DependencyClass dependencyClassAttribute)
Creates an interface attribute triplet from the given attributes. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |