Uses of Class
com.opencloud.slee.profile.ProfileDataCollection.Attribute
-
Packages that use ProfileDataCollection.Attribute Package Description com.opencloud.slee.profile -
-
Uses of ProfileDataCollection.Attribute in com.opencloud.slee.profile
Methods in com.opencloud.slee.profile that return ProfileDataCollection.Attribute Modifier and Type Method Description ProfileDataCollection.Attribute[]
ProfileDataCollection. getAttributes()
Get the profile attribute descriptions for the profile table.Constructors in com.opencloud.slee.profile with parameters of type ProfileDataCollection.Attribute Constructor Description ProfileDataCollection(String tableName, ProfileDataCollection.Attribute[] attrs)
Create a new profile data collection to store exported profile table state.
-