Package com.example.metaschema
Class FlagMatches
java.lang.Object
com.example.metaschema.FlagMatches
- All Implemented Interfaces:
 gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Value Matches Constraint",
                    name="flag-matches",
                    moduleClass=MetaschemaModelModule.class)
public class FlagMatches
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd a newPropertyitem to the underlying collection.gov.nist.secauto.metaschema.core.datatype.markup.MarkupLinegetId()getLevel()gov.nist.secauto.metaschema.core.model.IMetaschemaDatagetProps()getRegex()booleanremoveProp(Property item) Remove the first matchingPropertyitem from the underlying collection.voidsetDatatype(String value) voidsetDescription(gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine value) voidsetFormalName(String value) voidvoidvoidsetMessage(String value) voidvoidvoidsetRemarks(Remarks value) toString() 
- 
Constructor Details
- 
FlagMatches
public FlagMatches() - 
FlagMatches
 
 - 
 - 
Method Details
- 
getMetaschemaData
- Specified by:
 getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
 - 
getId
 - 
setId
 - 
getLevel
 - 
setLevel
 - 
getRegex
 - 
setRegex
 - 
getDatatype
 - 
setDatatype
 - 
getFormalName
 - 
setFormalName
 - 
getDescription
 - 
setDescription
 - 
getProps
 - 
setProps
 - 
addProp
Add a newPropertyitem to the underlying collection.- Parameters:
 item- the item to add- Returns:
 true
 - 
removeProp
Remove the first matchingPropertyitem from the underlying collection.- Parameters:
 item- the item to remove- Returns:
 trueif the item was removed orfalseotherwise
 - 
getMessage
 - 
setMessage
 - 
getRemarks
 - 
setRemarks
 - 
toString
 
 -