Constructor and Description |
---|
ConfigurationCategoryDescriptor(String className,
ClassObject classObject,
long existsFlag)
Constructs a ConfigurationCategoryDescriptor.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the name of the ConfigurationCategory class.
|
ClassObject |
getClassObject()
Gets the ConfigurationCategory ClassObject.
|
long |
getConfigurationExistsFlag()
Gets the PublicObject flag bitmask that is used to indicate the
existance of a configuration category of this type.
|
public ConfigurationCategoryDescriptor(String className, ClassObject classObject, long existsFlag)
className
- the configuration category class nameclassObject
- the configuration category classexistsFlag
- the flags bit reprsenting the existence of a
configuration category of this type on the
associated PublicObjectpublic String getClassName()
public ClassObject getClassObject()
public long getConfigurationExistsFlag()
Copyright © 2023. All rights reserved.