Class ProfileContext
- java.lang.Object
-
- com.opencloud.slee.upgrade.transformation.model.ProfileContext
-
- Direct Known Subclasses:
ProfileContext.IfAttributeValue,ProfileContext.ProfileName,ProfileContext.ProfileSpec,ProfileContext.ProfileTable
public abstract class ProfileContext extends java.lang.ObjectA profile context acts as a form of profile predicate, matching some aspect of a profile, such as its name.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProfileContext.IfAttributeValueMatches profiles based on the value of a particular profile attribute.static classProfileContext.ProfileNameMatches profiles based on their profile name.static classProfileContext.ProfileSpecMatches profiles based on the associated profile specification.static classProfileContext.ProfileTableMatches profiles based on the enclosing profile table.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanequals(java.lang.Object o)abstract inthashCode()java.lang.StringtoString()
-