public class DefaultSize
extends java.lang.Object
Constructor and Description |
---|
DefaultSize() |
Modifier and Type | Method and Description |
---|---|
static void |
_addForAnnotation(java.lang.String className,
int length) |
static void |
_addForStereotype(java.lang.String name,
int length) |
static void |
_addForType(java.lang.String className,
int length) |
static void |
_addScaleForAnnotation(java.lang.String className,
int length) |
static void |
_addScaleForStereotype(java.lang.String name,
int length) |
static void |
_addScaleForType(java.lang.String className,
int length) |
static int |
forAnnotation(java.lang.annotation.Annotation annotation) |
static int |
forStereotype(java.lang.String name) |
static int |
forType(java.lang.Class className) |
static int |
scaleForAnnotation(java.lang.annotation.Annotation annotation) |
static int |
scaleForStereotype(java.lang.String name) |
static int |
scaleForType(java.lang.Class className) |
public static void _addForStereotype(java.lang.String name, int length) throws XavaException
XavaException
public static void _addForType(java.lang.String className, int length) throws XavaException
XavaException
public static void _addForAnnotation(java.lang.String className, int length) throws XavaException
XavaException
public static void _addScaleForStereotype(java.lang.String name, int length) throws XavaException
XavaException
public static void _addScaleForType(java.lang.String className, int length) throws XavaException
XavaException
public static void _addScaleForAnnotation(java.lang.String className, int length) throws XavaException
XavaException
public static int forStereotype(java.lang.String name) throws ElementNotFoundException, XavaException
name
- ElementNotFoundException
XavaException
public static int forAnnotation(java.lang.annotation.Annotation annotation) throws ElementNotFoundException, XavaException
name
- ElementNotFoundException
XavaException
public static int forType(java.lang.Class className) throws ElementNotFoundException, XavaException
className
- ElementNotFoundException
XavaException
public static int scaleForStereotype(java.lang.String name) throws ElementNotFoundException, XavaException
name
- ElementNotFoundException
XavaException
public static int scaleForType(java.lang.Class className) throws ElementNotFoundException, XavaException
className
- ElementNotFoundException
XavaException
public static int scaleForAnnotation(java.lang.annotation.Annotation annotation) throws ElementNotFoundException, XavaException