public static class ModelExtensionDefinitionLexicon.Utils extends Object
Constructor and Description |
---|
ModelExtensionDefinitionLexicon.Utils() |
Modifier and Type | Method and Description |
---|---|
static String |
constructJcrName(String key) |
static boolean |
isModelMedMetaclassTagKey(String key) |
static boolean |
isModelMedModelTypesTagKey(String key) |
static boolean |
isModelMedPropertyDefinitionDescriptionTagKey(String key) |
static boolean |
isModelMedPropertyDefinitionDisplayNameTagKey(String key) |
static boolean |
isModelMedPropertyDefinitionTagKey(String key) |
static boolean |
isModelMedTagKey(String key) |
public ModelExtensionDefinitionLexicon.Utils()
public static String constructJcrName(String key)
key
- the MED key whose JCR name is being constructed (cannot be null
or empty)null
or emptypublic static boolean isModelMedMetaclassTagKey(String key)
key
- the key being checked (cannot be null
or empty)true
if the key is a model annotation tag key for a MED extended metaclasspublic static boolean isModelMedModelTypesTagKey(String key)
key
- the key being checked (cannot be null
or empty)true
if the key is a model annotation tag key for the MED model typespublic static boolean isModelMedPropertyDefinitionDescriptionTagKey(String key)
key
- the key being checked (cannot be null
or empty)true
if the key is a model annotation tag key for a MED property definition's descriptionspublic static boolean isModelMedPropertyDefinitionDisplayNameTagKey(String key)
key
- the key being checked (cannot be null
or empty)true
if the key is a model annotation tag key for a MED property definition's display namespublic static boolean isModelMedPropertyDefinitionTagKey(String key)
key
- the key being checked (cannot be null
or empty)true
if the key is a model annotation tag key for a MED property definitionpublic static boolean isModelMedTagKey(String key)
key
- the key being checked (cannot be null
or empty)true
if the key is an model annotation tag key for the start of a MEDCopyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.