Uses of Class
com.microfocus.zfe.haapi.ps.Attribute
-
Packages that use Attribute Package Description com.microfocus.zfe.haapi.ps -
-
Uses of Attribute in com.microfocus.zfe.haapi.ps
Methods in com.microfocus.zfe.haapi.ps that return Attribute Modifier and Type Method Description static Attribute
Attribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static Attribute[]
Attribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microfocus.zfe.haapi.ps that return types with arguments of type Attribute Modifier and Type Method Description EnumSet<Attribute>
DataCell. getAttributes()
Returns the set of attributes specified for this data cell instance.EnumSet<Attribute>
Field. getAttributes()
Returns the set of attributes specified for this field instance.
-